Html Css Color HEX #345CDE Royal Blue

📋 copy color: '#345CDE'

red 52 ◦ green 92 ◦ blue 222

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

Shades of Royal Blue #345CDE

Tints of Royal Blue #345CDE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.14%

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

R = 14.21%
G = 25.14%
B = 60.66%

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

#345CDE (or 0x345CDE) is known color: Royal Blue. HEX triplet: 34, 5C and DE. RGB value is (52,92,222). Sum of RGB (Red+Green+Blue) = 52+92+222=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #345CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CDE is #CBA321. Grayscale: #5E5E5E. Windows color (decimal): -13345570 or 14572596. OLE color: 14572596.

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

Color convert

RGB 52 92 222 -
CMYK 0.77 0.59 0 0.13
HSL 225.88º 0.72% 0.54% -
HSV(B) 225.88º 0.77% 0.87% -
XYZ 18.43 13.66 70.77 -
YUV 94.86 199.75 97.43 -
System Red Green Blue C M Y K H S L
Decimal 52 92 222 0.77 0.59 0 0.13 225.88 0.72 0.54
Hex 34 5C DE 4D 3B 0 D E2 48 36
Octal 64 134 336 115 73 0 15 342 110 66
Binary 110100 1011100 11011110 1001101 111011 0 1101 11100010 1001000 110110

Color Harmonies of #345CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CDE

Black with #345CDE

Text Example


Text Example

White with #345CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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