Html Css Color HEX #375AB7 Cerulean Blue

📋 copy color: '#375AB7'

red 55 ◦ green 90 ◦ blue 183

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

Shades of Cerulean Blue #375AB7

Tints of Cerulean Blue #375AB7

RGB

 RED value IS 55 (21.88% from 255) = 16.77%

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

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

R = 16.77%
G = 27.44%
B = 55.79%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#375AB7 (or 0x375AB7) is known color: Cerulean Blue. HEX triplet: 37, 5A and B7. RGB value is (55,90,183). Sum of RGB (Red+Green+Blue) = 55+90+183=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 183 (71.88% from 255 or 55.79% from 328); Max value from RGB is 183 - color contains mainly: blue. Hex color #375AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375AB7 is #C8A548. Grayscale: #595959. Windows color (decimal): -13149513 or 12016183. OLE color: 12016183.

HSL color Cylindrical-coordinate representation of color #375AB7: hue angle of 223.59º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #375AB7 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 55 90 183 -
CMYK 0.70 0.51 0 0.28
HSL 223.59º 0.54% 0.47% -
HSV(B) 223.59º 0.7% 0.72% -
XYZ 13.78 11.54 46.3 -
YUV 90.14 180.4 102.94 -
System Red Green Blue C M Y K H S L
Decimal 55 90 183 0.70 0.51 0 0.28 223.59 0.54 0.47
Hex 37 5A B7 46 33 0 1C E0 36 2F
Octal 67 132 267 106 63 0 34 340 66 57
Binary 110111 1011010 10110111 1000110 110011 0 11100 11100000 110110 101111

Color Harmonies of #375AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AB7

Black with #375AB7

Text Example


Text Example

White with #375AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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