Html Css Color HEX #0363AA Cerulean

📋 copy color: '#0363AA'

red 3 ◦ green 99 ◦ blue 170

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

Shades of Cerulean #0363AA

Tints of Cerulean #0363AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.4%

 BLUE value IS 170 (66.8% from 255) = 62.5%

R = 1.1%
G = 36.4%
B = 62.5%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0363AA (or 0x0363AA) is known color: Cerulean. HEX triplet: 03, 63 and AA. RGB value is (3,99,170). Sum of RGB (Red+Green+Blue) = 3+99+170=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #0363AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0363AA is #FC9C55. Grayscale: #4E4E4E. Windows color (decimal): -16555094 or 11166467. OLE color: 11166467.

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

Color convert

RGB 3 99 170 -
CMYK 0.98 0.42 0 0.33
HSL 205.51º 0.97% 0.34% -
HSV(B) 205.51º 0.98% 0.67% -
XYZ 11.76 11.85 39.7 -
YUV 78.39 179.7 74.23 -
System Red Green Blue C M Y K H S L
Decimal 3 99 170 0.98 0.42 0 0.33 205.51 0.97 0.34
Hex 3 63 AA 62 2A 0 21 CE 61 22
Octal 3 143 252 142 52 0 41 316 141 42
Binary 11 1100011 10101010 1100010 101010 0 100001 11001110 1100001 100010

Color Harmonies of #0363AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0363AA

Black with #0363AA

Text Example


Text Example

White with #0363AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0363AA; }

 p { color: rgb(3,99,170); }

 H1.HeaderClassName
 {
   color: #0363AA;
 }
 .AnyTagClassName
 {
   color: #0363AA;
 }
</style>

background-color css

<style>
 a { background-color: #0363AA; }

 a { background-color: rgb(3,99,170); }

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

border-color css

<style>
 span { border-color: #0363AA; }

 span { border-color: rgb(3,99,170); }

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