Html Css Color HEX #345CD6 Royal Blue

📋 copy color: '#345CD6'

red 52 ◦ green 92 ◦ blue 214

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

Shades of Royal Blue #345CD6

Tints of Royal Blue #345CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 59.78%

R = 14.53%
G = 25.7%
B = 59.78%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#345CD6 (or 0x345CD6) is known color: Royal Blue. HEX triplet: 34, 5C and D6. RGB value is (52,92,214). Sum of RGB (Red+Green+Blue) = 52+92+214=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #345CD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CD6 is #CBA329. Grayscale: #5D5D5D. Windows color (decimal): -13345578 or 14048308. OLE color: 14048308.

HSL color Cylindrical-coordinate representation of color #345CD6: hue angle of 225.19º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345CD6 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 92 214 -
CMYK 0.76 0.57 0 0.16
HSL 225.19º 0.66% 0.52% -
HSV(B) 225.19º 0.76% 0.84% -
XYZ 17.38 13.24 65.26 -
YUV 93.95 195.75 98.08 -
System Red Green Blue C M Y K H S L
Decimal 52 92 214 0.76 0.57 0 0.16 225.19 0.66 0.52
Hex 34 5C D6 4C 39 0 10 E1 42 34
Octal 64 134 326 114 71 0 20 341 102 64
Binary 110100 1011100 11010110 1001100 111001 0 10000 11100001 1000010 110100

Color Harmonies of #345CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CD6

Black with #345CD6

Text Example


Text Example

White with #345CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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