#375ABA

Color #375ABA Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #375ABA

Tints of Cerulean Blue #375ABA

Color information

#375ABA (or 0x375ABA) is unknown color: approx Cerulean Blue. HEX triplet: 37, 5A and BA. RGB value is (55,90,186). Sum of RGB (Red+Green+Blue) = 55+90+186=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #375ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375ABA is #C8A545. Grayscale: #5A5A5A. Windows color (decimal): -13149510 or 12212791. OLE color: 12212791.

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

Color convert

RGB5590186-
CMYK0.700.5200.27
HSL223.97º54.36%47.25%-
HSV(B)223.97º70.43%72.94%-
XYZ14.0911.6747.96-
YUV90.48181.9102.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.62%
GREEN value IS 90 (35.55% from 255) = 27.19%
BLUE value IS 186 (73.05% from 255) = 56.19%
R=16.62%
G=27.19%
B=56.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal55901860.700.5200.27223.9754.3647.25
Hex375ABA463401Be0362f
Octal67132272106640333406657
Binary110111101101010111010100011011010001101111100000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #375ABA;
 }
 .AnyTagClassName
 {
   color: #375ABA;
 }
</style>
background-color css

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

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

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

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

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

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