Html Css Color HEX #345FBB Cerulean Blue

📋 copy color: '#345FBB'

red 52 ◦ green 95 ◦ blue 187

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

Shades of Cerulean Blue #345FBB

Tints of Cerulean Blue #345FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.99%

R = 15.57%
G = 28.44%
B = 55.99%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#345FBB (or 0x345FBB) is known color: Cerulean Blue. HEX triplet: 34, 5F and BB. RGB value is (52,95,187). Sum of RGB (Red+Green+Blue) = 52+95+187=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #345FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FBB is #CBA044. Grayscale: #5C5C5C. Windows color (decimal): -13344837 or 12279604. OLE color: 12279604.

HSL color Cylindrical-coordinate representation of color #345FBB: hue angle of 220.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #345FBB is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 95 187 -
CMYK 0.72 0.49 0 0.27
HSL 220.89º 0.56% 0.47% -
HSV(B) 220.89º 0.72% 0.73% -
XYZ 14.48 12.5 48.66 -
YUV 92.63 181.25 99.02 -
System Red Green Blue C M Y K H S L
Decimal 52 95 187 0.72 0.49 0 0.27 220.89 0.56 0.47
Hex 34 5F BB 48 31 0 1B DD 38 2F
Octal 64 137 273 110 61 0 33 335 70 57
Binary 110100 1011111 10111011 1001000 110001 0 11011 11011101 111000 101111

Color Harmonies of #345FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FBB

Black with #345FBB

Text Example


Text Example

White with #345FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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