Html Css Color HEX #345CB7 Cerulean Blue

📋 copy color: '#345CB7'

red 52 ◦ green 92 ◦ blue 183

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

Shades of Cerulean Blue #345CB7

Tints of Cerulean Blue #345CB7

RGB

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

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

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

R = 15.9%
G = 28.13%
B = 55.96%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#345CB7 (or 0x345CB7) is known color: Cerulean Blue. HEX triplet: 34, 5C and B7. RGB value is (52,92,183). Sum of RGB (Red+Green+Blue) = 52+92+183=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 183 (71.88% from 255 or 55.96% from 327); Max value from RGB is 183 - color contains mainly: blue. Hex color #345CB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CB7 is #CBA348. Grayscale: #5A5A5A. Windows color (decimal): -13345609 or 12016692. OLE color: 12016692.

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

Color convert

RGB 52 92 183 -
CMYK 0.72 0.50 0 0.28
HSL 221.68º 0.56% 0.46% -
HSV(B) 221.68º 0.72% 0.72% -
XYZ 13.79 11.8 46.35 -
YUV 90.41 180.25 100.6 -
System Red Green Blue C M Y K H S L
Decimal 52 92 183 0.72 0.50 0 0.28 221.68 0.56 0.46
Hex 34 5C B7 48 32 0 1C DE 38 2E
Octal 64 134 267 110 62 0 34 336 70 56
Binary 110100 1011100 10110111 1001000 110010 0 11100 11011110 111000 101110

Color Harmonies of #345CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CB7

Black with #345CB7

Text Example


Text Example

White with #345CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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