Html Css Color HEX #345BDE Royal Blue

📋 copy color: '#345BDE'

red 52 ◦ green 91 ◦ blue 222

#345BDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #345BDE

Tints of Royal Blue #345BDE

RGB

 RED value IS 52 (20.7% from 255) = 14.25%

 GREEN value IS 91 (35.94% from 255) = 24.93%

 BLUE value IS 222 (87.11% from 255) = 60.82%

R = 14.25%
G = 24.93%
B = 60.82%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#345BDE (or 0x345BDE) is known color: Royal Blue. HEX triplet: 34, 5B and DE. RGB value is (52,91,222). Sum of RGB (Red+Green+Blue) = 52+91+222=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #345BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345BDE is #CBA421. Grayscale: #5D5D5D. Windows color (decimal): -13345826 or 14572340. OLE color: 14572340.

HSL color Cylindrical-coordinate representation of color #345BDE: hue angle of 226.24º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345BDE is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 91 222 -
CMYK 0.77 0.59 0 0.13
HSL 226.24º 0.72% 0.54% -
HSV(B) 226.24º 0.77% 0.87% -
XYZ 18.34 13.49 70.74 -
YUV 94.27 200.08 97.85 -
System Red Green Blue C M Y K H S L
Decimal 52 91 222 0.77 0.59 0 0.13 226.24 0.72 0.54
Hex 34 5B DE 4D 3B 0 D E2 48 36
Octal 64 133 336 115 73 0 15 342 110 66
Binary 110100 1011011 11011110 1001101 111011 0 1101 11100010 1001000 110110

Color Harmonies of #345BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345BDE

Black with #345BDE

Text Example


Text Example

White with #345BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345BDE; }

 p { color: rgb(52,91,222); }

 H1.HeaderClassName
 {
   color: #345BDE;
 }
 .AnyTagClassName
 {
   color: #345BDE;
 }
</style>

background-color css

<style>
 a { background-color: #345BDE; }

 a { background-color: rgb(52,91,222); }

 div.DivClassName
 {
   background-color: #345BDE;
 }
 .BgClassName
 {
   background-color: #345BDE;
 }
</style>

border-color css

<style>
 span { border-color: #345BDE; }

 span { border-color: rgb(52,91,222); }

 td.TdClassName
 {
   border-color: #345BDE;
 }
 .TagClassName
 {
   border-color: #345BDE;
 }
</style>