Html Css Color HEX #0370AC Cerulean

📋 copy color: '#0370AC'

red 3 ◦ green 112 ◦ blue 172

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

Shades of Cerulean #0370AC

Tints of Cerulean #0370AC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.02%

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

R = 1.05%
G = 39.02%
B = 59.93%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0370AC (or 0x0370AC) is known color: Cerulean. HEX triplet: 03, 70 and AC. RGB value is (3,112,172). Sum of RGB (Red+Green+Blue) = 3+112+172=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #0370AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0370AC is #FC8F53. Grayscale: #555555. Windows color (decimal): -16551764 or 11300867. OLE color: 11300867.

HSL color Cylindrical-coordinate representation of color #0370AC: hue angle of 201.3º 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 #0370AC is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 112 172 -
CMYK 0.98 0.35 0 0.33
HSL 201.3º 0.97% 0.34% -
HSV(B) 201.3º 0.98% 0.67% -
XYZ 13.28 14.59 41.15 -
YUV 86.25 176.39 68.62 -
System Red Green Blue C M Y K H S L
Decimal 3 112 172 0.98 0.35 0 0.33 201.3 0.97 0.34
Hex 3 70 AC 62 23 0 21 C9 61 22
Octal 3 160 254 142 43 0 41 311 141 42
Binary 11 1110000 10101100 1100010 100011 0 100001 11001001 1100001 100010

Color Harmonies of #0370AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0370AC

Black with #0370AC

Text Example


Text Example

White with #0370AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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