Html Css Color HEX #345CBC Cerulean Blue

📋 copy color: '#345CBC'

red 52 ◦ green 92 ◦ blue 188

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

Shades of Cerulean Blue #345CBC

Tints of Cerulean Blue #345CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.63%

R = 15.66%
G = 27.71%
B = 56.63%

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

#345CBC (or 0x345CBC) is known color: Cerulean Blue. HEX triplet: 34, 5C and BC. RGB value is (52,92,188). Sum of RGB (Red+Green+Blue) = 52+92+188=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #345CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CBC is #CBA343. Grayscale: #5A5A5A. Windows color (decimal): -13345604 or 12344372. OLE color: 12344372.

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

Color convert

RGB 52 92 188 -
CMYK 0.72 0.51 0 0.26
HSL 222.35º 0.57% 0.47% -
HSV(B) 222.35º 0.72% 0.74% -
XYZ 14.32 12.02 49.14 -
YUV 90.98 182.75 100.19 -
System Red Green Blue C M Y K H S L
Decimal 52 92 188 0.72 0.51 0 0.26 222.35 0.57 0.47
Hex 34 5C BC 48 33 0 1A DE 39 2F
Octal 64 134 274 110 63 0 32 336 71 57
Binary 110100 1011100 10111100 1001000 110011 0 11010 11011110 111001 101111

Color Harmonies of #345CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CBC

Black with #345CBC

Text Example


Text Example

White with #345CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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