Html Css Color HEX #345CBD Cerulean Blue

📋 copy color: '#345CBD'

red 52 ◦ green 92 ◦ blue 189

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

Shades of Cerulean Blue #345CBD

Tints of Cerulean Blue #345CBD

RGB

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

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

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

R = 15.62%
G = 27.63%
B = 56.76%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#345CBD (or 0x345CBD) is known color: Cerulean Blue. HEX triplet: 34, 5C and BD. RGB value is (52,92,189). Sum of RGB (Red+Green+Blue) = 52+92+189=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #345CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CBD is #CBA342. Grayscale: #5A5A5A. Windows color (decimal): -13345603 or 12409908. OLE color: 12409908.

HSL color Cylindrical-coordinate representation of color #345CBD: hue angle of 222.48º 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 #345CBD is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 92 189 -
CMYK 0.72 0.51 0 0.26
HSL 222.48º 0.57% 0.47% -
HSV(B) 222.48º 0.72% 0.74% -
XYZ 14.43 12.06 49.71 -
YUV 91.1 183.25 100.11 -
System Red Green Blue C M Y K H S L
Decimal 52 92 189 0.72 0.51 0 0.26 222.48 0.57 0.47
Hex 34 5C BD 48 33 0 1A DE 39 2F
Octal 64 134 275 110 63 0 32 336 71 57
Binary 110100 1011100 10111101 1001000 110011 0 11010 11011110 111001 101111

Color Harmonies of #345CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CBD

Black with #345CBD

Text Example


Text Example

White with #345CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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