Html Css Color HEX #345EB6 Cerulean Blue

📋 copy color: '#345EB6'

red 52 ◦ green 94 ◦ blue 182

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

Shades of Cerulean Blue #345EB6

Tints of Cerulean Blue #345EB6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.66%

 BLUE value IS 182 (71.48% from 255) = 55.49%

R = 15.85%
G = 28.66%
B = 55.49%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#345EB6 (or 0x345EB6) is known color: Cerulean Blue. HEX triplet: 34, 5E and B6. RGB value is (52,94,182). Sum of RGB (Red+Green+Blue) = 52+94+182=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #345EB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345EB6 is #CBA149. Grayscale: #5B5B5B. Windows color (decimal): -13345098 or 11951668. OLE color: 11951668.

HSL color Cylindrical-coordinate representation of color #345EB6: hue angle of 220.62º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #345EB6 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 94 182 -
CMYK 0.71 0.48 0 0.29
HSL 220.62º 0.56% 0.46% -
HSV(B) 220.62º 0.71% 0.71% -
XYZ 13.86 12.11 45.86 -
YUV 91.47 179.09 99.84 -
System Red Green Blue C M Y K H S L
Decimal 52 94 182 0.71 0.48 0 0.29 220.62 0.56 0.46
Hex 34 5E B6 47 30 0 1D DD 38 2E
Octal 64 136 266 107 60 0 35 335 70 56
Binary 110100 1011110 10110110 1000111 110000 0 11101 11011101 111000 101110

Color Harmonies of #345EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345EB6

Black with #345EB6

Text Example


Text Example

White with #345EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,94,182); }

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

background-color css

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

 a { background-color: rgb(52,94,182); }

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

border-color css

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

 span { border-color: rgb(52,94,182); }

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