Html Css Color HEX #0374AC Cerulean

📋 copy color: '#0374AC'

red 3 ◦ green 116 ◦ blue 172

#0374AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0374AC

Tints of Cerulean #0374AC

RGB

 RED value IS 3 (1.56% from 255) = 1.03%

 GREEN value IS 116 (45.7% from 255) = 39.86%

 BLUE value IS 172 (67.58% from 255) = 59.11%

R = 1.03%
G = 39.86%
B = 59.11%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0374AC (or 0x0374AC) is known color: Cerulean. HEX triplet: 03, 74 and AC. RGB value is (3,116,172). Sum of RGB (Red+Green+Blue) = 3+116+172=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #0374AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0374AC is #FC8B53. Grayscale: #585858. Windows color (decimal): -16550740 or 11301891. OLE color: 11301891.

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

Color convert

RGB 3 116 172 -
CMYK 0.98 0.33 0 0.33
HSL 199.88º 0.97% 0.34% -
HSV(B) 199.88º 0.98% 0.67% -
XYZ 13.73 15.49 41.3 -
YUV 88.6 175.06 66.95 -
System Red Green Blue C M Y K H S L
Decimal 3 116 172 0.98 0.33 0 0.33 199.88 0.97 0.34
Hex 3 74 AC 62 21 0 21 C8 61 22
Octal 3 164 254 142 41 0 41 310 141 42
Binary 11 1110100 10101100 1100010 100001 0 100001 11001000 1100001 100010

Color Harmonies of #0374AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0374AC

Black with #0374AC

Text Example


Text Example

White with #0374AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0374AC;
 }
 .AnyTagClassName
 {
   color: #0374AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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