Html Css Color HEX #345FB7 Cerulean Blue

📋 copy color: '#345FB7'

red 52 ◦ green 95 ◦ blue 183

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

Shades of Cerulean Blue #345FB7

Tints of Cerulean Blue #345FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 55.45%

R = 15.76%
G = 28.79%
B = 55.45%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#345FB7 (or 0x345FB7) is known color: Cerulean Blue. HEX triplet: 34, 5F and B7. RGB value is (52,95,183). Sum of RGB (Red+Green+Blue) = 52+95+183=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #345FB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FB7 is #CBA048. Grayscale: #5B5B5B. Windows color (decimal): -13344841 or 12017460. OLE color: 12017460.

HSL color Cylindrical-coordinate representation of color #345FB7: hue angle of 220.31º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #345FB7 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 95 183 -
CMYK 0.72 0.48 0 0.28
HSL 220.31º 0.56% 0.46% -
HSV(B) 220.31º 0.72% 0.72% -
XYZ 14.06 12.33 46.44 -
YUV 92.18 179.25 99.34 -
System Red Green Blue C M Y K H S L
Decimal 52 95 183 0.72 0.48 0 0.28 220.31 0.56 0.46
Hex 34 5F B7 48 30 0 1C DC 38 2E
Octal 64 137 267 110 60 0 34 334 70 56
Binary 110100 1011111 10110111 1001000 110000 0 11100 11011100 111000 101110

Color Harmonies of #345FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FB7

Black with #345FB7

Text Example


Text Example

White with #345FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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