Html Css Color HEX #0366AD Cerulean

📋 copy color: '#0366AD'

red 3 ◦ green 102 ◦ blue 173

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

Shades of Cerulean #0366AD

Tints of Cerulean #0366AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 62.23%

R = 1.08%
G = 36.69%
B = 62.23%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0366AD (or 0x0366AD) is known color: Cerulean. HEX triplet: 03, 66 and AD. RGB value is (3,102,173). Sum of RGB (Red+Green+Blue) = 3+102+173=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #0366AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0366AD is #FC9952. Grayscale: #505050. Windows color (decimal): -16554323 or 11363843. OLE color: 11363843.

HSL color Cylindrical-coordinate representation of color #0366AD: hue angle of 205.06º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0366AD is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 102 173 -
CMYK 0.98 0.41 0 0.32
HSL 205.06º 0.97% 0.35% -
HSV(B) 205.06º 0.98% 0.68% -
XYZ 12.33 12.54 41.31 -
YUV 80.49 180.2 72.73 -
System Red Green Blue C M Y K H S L
Decimal 3 102 173 0.98 0.41 0 0.32 205.06 0.97 0.35
Hex 3 66 AD 62 29 0 20 CD 61 23
Octal 3 146 255 142 51 0 40 315 141 43
Binary 11 1100110 10101101 1100010 101001 0 100000 11001101 1100001 100011

Color Harmonies of #0366AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0366AD

Black with #0366AD

Text Example


Text Example

White with #0366AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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