#375ABE

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

Shades of Cerulean Blue #375ABE

Tints of Cerulean Blue #375ABE

Color information

#375ABE (or 0x375ABE) is unknown color: approx Cerulean Blue. HEX triplet: 37, 5A and BE. RGB value is (55,90,190). Sum of RGB (Red+Green+Blue) = 55+90+190=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #375ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375ABE is #C8A541. Grayscale: #5A5A5A. Windows color (decimal): -13149506 or 12474935. OLE color: 12474935.

HSL color Cylindrical-coordinate representation of color #375ABE: hue angle of 224.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #375ABE is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5590190-
CMYK0.710.5300.25
HSL224.44º55.1%48.04%-
HSV(B)224.44º71.05%74.51%-
XYZ14.5311.8450.24-
YUV90.94183.9102.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.42%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=16.42%
G=26.87%
B=56.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal55901900.710.5300.25224.4455.148.04
Hex375ABE4735019e03730
Octal67132276107650313406760
Binary110111101101010111110100011111010101100111100000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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