#0375B3

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

Shades of Cerulean #0375B3

Tints of Cerulean #0375B3

Color information

#0375B3 (or 0x0375B3) is unknown color: approx Cerulean. HEX triplet: 03, 75 and B3. RGB value is (3,117,179). Sum of RGB (Red+Green+Blue) = 3+117+179=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 179 (70.31% from 255 or 59.87% from 299); Max value from RGB is 179 - color contains mainly: blue. Hex color #0375B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0375B3 is #FC8A4C. Grayscale: #595959. Windows color (decimal): -16550477 or 11760899. OLE color: 11760899.

HSL color Cylindrical-coordinate representation of color #0375B3: hue angle of 201.14º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0375B3 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3117179-
CMYK0.980.3500.30
HSL201.14º96.7%35.69%-
HSV(B)201.14º98.32%70.2%-
XYZ14.541644.97-
YUV89.98178.2365.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.00%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 179 (70.31% from 255) = 59.87%
R=1.00%
G=39.13%
B=59.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31171790.980.3500.30201.1496.735.69
Hex375B3622301Ec96124
Octal31652631424303631114144
Binary111110101101100111100010100011011110110010011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0375B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0375B3; }

 p { color: rgb(3,117,179); }

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

<style>
 a { background-color: #0375B3; }

 a { background-color: rgb(3,117,179); }

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

<style>
 span { border-color: #0375B3; }

 span { border-color: rgb(3,117,179); }

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