Html Css Color HEX #0366AF Denim

📋 copy color: '#0366AF'

red 3 ◦ green 102 ◦ blue 175

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

Shades of Denim #0366AF

Tints of Denim #0366AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 62.5%

R = 1.07%
G = 36.43%
B = 62.5%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0366AF (or 0x0366AF) is known color: Denim. HEX triplet: 03, 66 and AF. RGB value is (3,102,175). Sum of RGB (Red+Green+Blue) = 3+102+175=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #0366AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0366AF is #FC9950. Grayscale: #505050. Windows color (decimal): -16554321 or 11494915. OLE color: 11494915.

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

Color convert

RGB 3 102 175 -
CMYK 0.98 0.42 0 0.31
HSL 205.47º 0.97% 0.35% -
HSV(B) 205.47º 0.98% 0.69% -
XYZ 12.53 12.62 42.33 -
YUV 80.72 181.2 72.56 -
System Red Green Blue C M Y K H S L
Decimal 3 102 175 0.98 0.42 0 0.31 205.47 0.97 0.35
Hex 3 66 AF 62 2A 0 1F CD 61 23
Octal 3 146 257 142 52 0 37 315 141 43
Binary 11 1100110 10101111 1100010 101010 0 11111 11001101 1100001 100011

Color Harmonies of #0366AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0366AF

Black with #0366AF

Text Example


Text Example

White with #0366AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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