Html Css Color HEX #345BBD Cerulean Blue

📋 copy color: '#345BBD'

red 52 ◦ green 91 ◦ blue 189

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

Shades of Cerulean Blue #345BBD

Tints of Cerulean Blue #345BBD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.41%

 BLUE value IS 189 (74.22% from 255) = 56.93%

R = 15.66%
G = 27.41%
B = 56.93%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#345BBD (or 0x345BBD) is known color: Cerulean Blue. HEX triplet: 34, 5B and BD. RGB value is (52,91,189). Sum of RGB (Red+Green+Blue) = 52+91+189=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 189 (74.22% from 255 or 56.93% from 332); Max value from RGB is 189 - color contains mainly: blue. Hex color #345BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345BBD is #CBA442. Grayscale: #5A5A5A. Windows color (decimal): -13345859 or 12409652. OLE color: 12409652.

HSL color Cylindrical-coordinate representation of color #345BBD: hue angle of 222.92º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #345BBD is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 91 189 -
CMYK 0.72 0.52 0 0.26
HSL 222.92º 0.57% 0.47% -
HSV(B) 222.92º 0.72% 0.74% -
XYZ 14.34 11.89 49.68 -
YUV 90.51 183.58 100.53 -
System Red Green Blue C M Y K H S L
Decimal 52 91 189 0.72 0.52 0 0.26 222.92 0.57 0.47
Hex 34 5B BD 48 34 0 1A DF 39 2F
Octal 64 133 275 110 64 0 32 337 71 57
Binary 110100 1011011 10111101 1001000 110100 0 11010 11011111 111001 101111

Color Harmonies of #345BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345BBD

Black with #345BBD

Text Example


Text Example

White with #345BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,91,189); }

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

background-color css

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

 a { background-color: rgb(52,91,189); }

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

border-color css

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

 span { border-color: rgb(52,91,189); }

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