Html Css Color HEX #0366AC Cerulean

📋 copy color: '#0366AC'

red 3 ◦ green 102 ◦ blue 172

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

Shades of Cerulean #0366AC

Tints of Cerulean #0366AC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.82%

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

R = 1.08%
G = 36.82%
B = 62.09%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0366AC (or 0x0366AC) is known color: Cerulean. HEX triplet: 03, 66 and AC. RGB value is (3,102,172). Sum of RGB (Red+Green+Blue) = 3+102+172=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #0366AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0366AC is #FC9953. Grayscale: #505050. Windows color (decimal): -16554324 or 11298307. OLE color: 11298307.

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

Color convert

RGB 3 102 172 -
CMYK 0.98 0.41 0 0.33
HSL 204.85º 0.97% 0.34% -
HSV(B) 204.85º 0.98% 0.67% -
XYZ 12.24 12.5 40.8 -
YUV 80.38 179.7 72.81 -
System Red Green Blue C M Y K H S L
Decimal 3 102 172 0.98 0.41 0 0.33 204.85 0.97 0.34
Hex 3 66 AC 62 29 0 21 CD 61 22
Octal 3 146 254 142 51 0 41 315 141 42
Binary 11 1100110 10101100 1100010 101001 0 100001 11001101 1100001 100010

Color Harmonies of #0366AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0366AC

Black with #0366AC

Text Example


Text Example

White with #0366AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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