Html Css Color HEX #345FBC Cerulean Blue

📋 copy color: '#345FBC'

red 52 ◦ green 95 ◦ blue 188

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

Shades of Cerulean Blue #345FBC

Tints of Cerulean Blue #345FBC

RGB

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

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

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

R = 15.52%
G = 28.36%
B = 56.12%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#345FBC (or 0x345FBC) is known color: Cerulean Blue. HEX triplet: 34, 5F and BC. RGB value is (52,95,188). Sum of RGB (Red+Green+Blue) = 52+95+188=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #345FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FBC is #CBA043. Grayscale: #5C5C5C. Windows color (decimal): -13344836 or 12345140. OLE color: 12345140.

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

Color convert

RGB 52 95 188 -
CMYK 0.72 0.49 0 0.26
HSL 221.03º 0.57% 0.47% -
HSV(B) 221.03º 0.72% 0.74% -
XYZ 14.59 12.55 49.23 -
YUV 92.75 181.75 98.94 -
System Red Green Blue C M Y K H S L
Decimal 52 95 188 0.72 0.49 0 0.26 221.03 0.57 0.47
Hex 34 5F BC 48 31 0 1A DD 39 2F
Octal 64 137 274 110 61 0 32 335 71 57
Binary 110100 1011111 10111100 1001000 110001 0 11010 11011101 111001 101111

Color Harmonies of #345FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FBC

Black with #345FBC

Text Example


Text Example

White with #345FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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