Html Css Color HEX #0356BB Denim

📋 copy color: '#0356BB'

red 3 ◦ green 86 ◦ blue 187

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

Shades of Denim #0356BB

Tints of Denim #0356BB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.16%

 BLUE value IS 187 (73.44% from 255) = 67.75%

R = 1.09%
G = 31.16%
B = 67.75%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0356BB (or 0x0356BB) is known color: Denim. HEX triplet: 03, 56 and BB. RGB value is (3,86,187). Sum of RGB (Red+Green+Blue) = 3+86+187=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #0356BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0356BB is #FCA944. Grayscale: #484848. Windows color (decimal): -16558405 or 12277251. OLE color: 12277251.

HSL color Cylindrical-coordinate representation of color #0356BB: hue angle of 212.93º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0356BB is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 86 187 -
CMYK 0.98 0.54 0 0.27
HSL 212.93º 0.97% 0.37% -
HSV(B) 212.93º 0.98% 0.73% -
XYZ 12.33 10.26 48.34 -
YUV 72.7 192.5 78.29 -
System Red Green Blue C M Y K H S L
Decimal 3 86 187 0.98 0.54 0 0.27 212.93 0.97 0.37
Hex 3 56 BB 62 36 0 1B D5 61 25
Octal 3 126 273 142 66 0 33 325 141 45
Binary 11 1010110 10111011 1100010 110110 0 11011 11010101 1100001 100101

Color Harmonies of #0356BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0356BB

Black with #0356BB

Text Example


Text Example

White with #0356BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0356BB; }

 p { color: rgb(3,86,187); }

 H1.HeaderClassName
 {
   color: #0356BB;
 }
 .AnyTagClassName
 {
   color: #0356BB;
 }
</style>

background-color css

<style>
 a { background-color: #0356BB; }

 a { background-color: rgb(3,86,187); }

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

border-color css

<style>
 span { border-color: #0356BB; }

 span { border-color: rgb(3,86,187); }

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