#0379BD

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

Shades of Cerulean #0379BD

Tints of Cerulean #0379BD

Color information

#0379BD (or 0x0379BD) is unknown color: approx Cerulean. HEX triplet: 03, 79 and BD. RGB value is (3,121,189). Sum of RGB (Red+Green+Blue) = 3+121+189=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #0379BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0379BD is #FC8642. Grayscale: #5D5D5D. Windows color (decimal): -16549443 or 12417283. OLE color: 12417283.

HSL color Cylindrical-coordinate representation of color #0379BD: hue angle of 201.94º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0379BD is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3121189-
CMYK0.980.3600.26
HSL201.94º96.88%37.65%-
HSV(B)201.94º98.41%74.12%-
XYZ16.0617.3750.65-
YUV93.47181.9163.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.96%
GREEN value IS 121 (47.66% from 255) = 38.66%
BLUE value IS 189 (74.22% from 255) = 60.38%
R=0.96%
G=38.66%
B=60.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31211890.980.3600.26201.9496.8837.65
Hex379BD622401Aca6126
Octal31712751424403231214146
Binary111111001101111011100010100100011010110010101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0379BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0379BD; }

 p { color: rgb(3,121,189); }

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

<style>
 a { background-color: #0379BD; }

 a { background-color: rgb(3,121,189); }

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

<style>
 span { border-color: #0379BD; }

 span { border-color: rgb(3,121,189); }

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