Html Css Color HEX #345AB8 Cerulean Blue

📋 copy color: '#345AB8'

red 52 ◦ green 90 ◦ blue 184

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

Shades of Cerulean Blue #345AB8

Tints of Cerulean Blue #345AB8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

 BLUE value IS 184 (72.27% from 255) = 56.44%

R = 15.95%
G = 27.61%
B = 56.44%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#345AB8 (or 0x345AB8) is known color: Cerulean Blue. HEX triplet: 34, 5A and B8. RGB value is (52,90,184). Sum of RGB (Red+Green+Blue) = 52+90+184=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 184 (72.27% from 255 or 56.44% from 326); Max value from RGB is 184 - color contains mainly: blue. Hex color #345AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345AB8 is #CBA547. Grayscale: #585858. Windows color (decimal): -13346120 or 12081716. OLE color: 12081716.

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

Color convert

RGB 52 90 184 -
CMYK 0.72 0.51 0 0.28
HSL 222.73º 0.56% 0.46% -
HSV(B) 222.73º 0.72% 0.72% -
XYZ 13.72 11.5 46.84 -
YUV 89.35 181.41 101.36 -
System Red Green Blue C M Y K H S L
Decimal 52 90 184 0.72 0.51 0 0.28 222.73 0.56 0.46
Hex 34 5A B8 48 33 0 1C DF 38 2E
Octal 64 132 270 110 63 0 34 337 70 56
Binary 110100 1011010 10111000 1001000 110011 0 11100 11011111 111000 101110

Color Harmonies of #345AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345AB8

Black with #345AB8

Text Example


Text Example

White with #345AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,90,184); }

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

background-color css

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

 a { background-color: rgb(52,90,184); }

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

border-color css

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

 span { border-color: rgb(52,90,184); }

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