Html Css Color HEX #345FDE Royal Blue

📋 copy color: '#345FDE'

red 52 ◦ green 95 ◦ blue 222

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

Shades of Royal Blue #345FDE

Tints of Royal Blue #345FDE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.75%

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

R = 14.09%
G = 25.75%
B = 60.16%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#345FDE (or 0x345FDE) is known color: Royal Blue. HEX triplet: 34, 5F and DE. RGB value is (52,95,222). Sum of RGB (Red+Green+Blue) = 52+95+222=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #345FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FDE is #CBA021. Grayscale: #606060. Windows color (decimal): -13344802 or 14573364. OLE color: 14573364.

HSL color Cylindrical-coordinate representation of color #345FDE: hue angle of 224.82º 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 #345FDE is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 95 222 -
CMYK 0.77 0.57 0 0.13
HSL 224.82º 0.72% 0.54% -
HSV(B) 224.82º 0.77% 0.87% -
XYZ 18.69 14.19 70.86 -
YUV 96.62 198.75 96.17 -
System Red Green Blue C M Y K H S L
Decimal 52 95 222 0.77 0.57 0 0.13 224.82 0.72 0.54
Hex 34 5F DE 4D 39 0 D E1 48 36
Octal 64 137 336 115 71 0 15 341 110 66
Binary 110100 1011111 11011110 1001101 111001 0 1101 11100001 1001000 110110

Color Harmonies of #345FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FDE

Black with #345FDE

Text Example


Text Example

White with #345FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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