Html Css Color HEX #0363B2 Denim

📋 copy color: '#0363B2'

red 3 ◦ green 99 ◦ blue 178

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

Shades of Denim #0363B2

Tints of Denim #0363B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 63.57%

R = 1.07%
G = 35.36%
B = 63.57%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0363B2 (or 0x0363B2) is known color: Denim. HEX triplet: 03, 63 and B2. RGB value is (3,99,178). Sum of RGB (Red+Green+Blue) = 3+99+178=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 178 (69.92% from 255 or 63.57% from 280); Max value from RGB is 178 - color contains mainly: blue. Hex color #0363B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0363B2 is #FC9C4D. Grayscale: #4E4E4E. Windows color (decimal): -16555086 or 11690755. OLE color: 11690755.

HSL color Cylindrical-coordinate representation of color #0363B2: hue angle of 207.09º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0363B2 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 3 99 178 -
CMYK 0.98 0.44 0 0.30
HSL 207.09º 0.97% 0.35% -
HSV(B) 207.09º 0.98% 0.7% -
XYZ 12.54 12.16 43.81 -
YUV 79.3 183.7 73.58 -
System Red Green Blue C M Y K H S L
Decimal 3 99 178 0.98 0.44 0 0.30 207.09 0.97 0.35
Hex 3 63 B2 62 2C 0 1E CF 61 23
Octal 3 143 262 142 54 0 36 317 141 43
Binary 11 1100011 10110010 1100010 101100 0 11110 11001111 1100001 100011

Color Harmonies of #0363B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0363B2

Black with #0363B2

Text Example


Text Example

White with #0363B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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