Html Css Color HEX #345AB7 Cerulean Blue

📋 copy color: '#345AB7'

red 52 ◦ green 90 ◦ blue 183

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

Shades of Cerulean Blue #345AB7

Tints of Cerulean Blue #345AB7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

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

R = 16%
G = 27.69%
B = 56.31%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#345AB7 (or 0x345AB7) is known color: Cerulean Blue. HEX triplet: 34, 5A and B7. RGB value is (52,90,183). Sum of RGB (Red+Green+Blue) = 52+90+183=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 183 (71.88% from 255 or 56.31% from 325); Max value from RGB is 183 - color contains mainly: blue. Hex color #345AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345AB7 is #CBA548. Grayscale: #585858. Windows color (decimal): -13346121 or 12016180. OLE color: 12016180.

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

Color convert

RGB 52 90 183 -
CMYK 0.72 0.51 0 0.28
HSL 222.6º 0.56% 0.46% -
HSV(B) 222.6º 0.72% 0.72% -
XYZ 13.62 11.46 46.29 -
YUV 89.24 180.91 101.44 -
System Red Green Blue C M Y K H S L
Decimal 52 90 183 0.72 0.51 0 0.28 222.6 0.56 0.46
Hex 34 5A B7 48 33 0 1C DF 38 2E
Octal 64 132 267 110 63 0 34 337 70 56
Binary 110100 1011010 10110111 1001000 110011 0 11100 11011111 111000 101110

Color Harmonies of #345AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345AB7

Black with #345AB7

Text Example


Text Example

White with #345AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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