#036BE3

Color #036BE3 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #036BE3

Tints of Navy Blue #036BE3

Color information

#036BE3 (or 0x036BE3) is unknown color: approx Navy Blue. HEX triplet: 03, 6B and E3. RGB value is (3,107,227). Sum of RGB (Red+Green+Blue) = 3+107+227=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 227 (89.06% from 255 or 67.36% from 337); Max value from RGB is 227 - color contains mainly: blue. Hex color #036BE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036BE3 is #FC941C. Grayscale: #595959. Windows color (decimal): -16552989 or 14904067. OLE color: 14904067.

HSL color Cylindrical-coordinate representation of color #036BE3: hue angle of 212.14º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036BE3 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3107227-
CMYK0.990.5300.11
HSL212.14º97.39%45.1%-
HSV(B)212.14º98.68%89.02%-
XYZ19.1616.0874.77-
YUV89.58205.5466.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.89%
GREEN value IS 107 (42.19% from 255) = 31.75%
BLUE value IS 227 (89.06% from 255) = 67.36%
R=0.89%
G=31.75%
B=67.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal31072270.990.5300.11212.1497.3945.1
Hex36BE363350Bd4612d
Octal31533431436501332414155
Binary11110101111100011110001111010101011110101001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036BE3; }

 p { color: rgb(3,107,227); }

 H1.HeaderClassName
 {
   color: #036BE3;
 }
 .AnyTagClassName
 {
   color: #036BE3;
 }
</style>
background-color css

<style>
 a { background-color: #036BE3; }

 a { background-color: rgb(3,107,227); }

 div.DivClassName
 {
   background-color: #036BE3;
 }
 .BgClassName
 {
   background-color: #036BE3;
 }
</style>
border-color css

<style>
 span { border-color: #036BE3; }

 span { border-color: rgb(3,107,227); }

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