#0374B1

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

Shades of Cerulean #0374B1

Tints of Cerulean #0374B1

Color information

#0374B1 (or 0x0374B1) is unknown color: approx Cerulean. HEX triplet: 03, 74 and B1. RGB value is (3,116,177). Sum of RGB (Red+Green+Blue) = 3+116+177=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 177 (69.53% from 255 or 59.80% from 296); Max value from RGB is 177 - color contains mainly: blue. Hex color #0374B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0374B1 is #FC8B4E. Grayscale: #585858. Windows color (decimal): -16550735 or 11629571. OLE color: 11629571.

HSL color Cylindrical-coordinate representation of color #0374B1: hue angle of 201.03º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0374B1 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3116177-
CMYK0.980.3400.31
HSL201.03º96.67%35.29%-
HSV(B)201.03º98.31%69.41%-
XYZ14.2215.6843.87-
YUV89.17177.5666.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.01%
GREEN value IS 116 (45.70% from 255) = 39.19%
BLUE value IS 177 (69.53% from 255) = 59.80%
R=1.01%
G=39.19%
B=59.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31161770.980.3400.31201.0396.6735.29
Hex374B1622201Fc96123
Octal31642611424203731114143
Binary111110100101100011100010100010011111110010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0374B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0374B1; }

 p { color: rgb(3,116,177); }

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

<style>
 a { background-color: #0374B1; }

 a { background-color: rgb(3,116,177); }

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

<style>
 span { border-color: #0374B1; }

 span { border-color: rgb(3,116,177); }

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