Html Css Color HEX #345CB3 Cerulean Blue

📋 copy color: '#345CB3'

red 52 ◦ green 92 ◦ blue 179

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

Shades of Cerulean Blue #345CB3

Tints of Cerulean Blue #345CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 55.42%

R = 16.1%
G = 28.48%
B = 55.42%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#345CB3 (or 0x345CB3) is known color: Cerulean Blue. HEX triplet: 34, 5C and B3. RGB value is (52,92,179). Sum of RGB (Red+Green+Blue) = 52+92+179=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 179 (70.31% from 255 or 55.42% from 323); Max value from RGB is 179 - color contains mainly: blue. Hex color #345CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CB3 is #CBA34C. Grayscale: #595959. Windows color (decimal): -13345613 or 11754548. OLE color: 11754548.

HSL color Cylindrical-coordinate representation of color #345CB3: hue angle of 221.1º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #345CB3 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 52 92 179 -
CMYK 0.71 0.49 0 0.30
HSL 221.1º 0.55% 0.45% -
HSV(B) 221.1º 0.71% 0.7% -
XYZ 13.38 11.64 44.19 -
YUV 89.96 178.25 100.93 -
System Red Green Blue C M Y K H S L
Decimal 52 92 179 0.71 0.49 0 0.30 221.1 0.55 0.45
Hex 34 5C B3 47 31 0 1E DD 37 2D
Octal 64 134 263 107 61 0 36 335 67 55
Binary 110100 1011100 10110011 1000111 110001 0 11110 11011101 110111 101101

Color Harmonies of #345CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CB3

Black with #345CB3

Text Example


Text Example

White with #345CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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