#00363F

Color #00363F Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #00363F

Tints of Sherpa Blue #00363F

Color information

#00363F (or 0x00363F) is unknown color: approx Sherpa Blue. HEX triplet: 00, 36 and 3F. RGB value is (0,54,63). Sum of RGB (Red+Green+Blue) = 0+54+63=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #00363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00363F is #FFC9C0. Grayscale: #262626. Windows color (decimal): -16763329 or 4142592. OLE color: 4142592.

HSL color Cylindrical-coordinate representation of color #00363F: hue angle of 188.57º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00363F is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB05463-
CMYK10.1400.75
HSL188.57º100%12.35%-
HSV(B)188.57º100%24.71%-
XYZ2.2235.16-
YUV38.88141.61100.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 54 (21.48% from 255) = 46.15%
BLUE value IS 63 (25% from 255) = 53.85%
R=0%
G=46.15%
B=53.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0546310.1400.75188.5710012.35
Hex0363F64E04Bbd64c
Octal0667714416011327514414
Binary011011011111111001001110010010111011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00363F; }

 p { color: rgb(0,54,63); }

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

<style>
 a { background-color: #00363F; }

 a { background-color: rgb(0,54,63); }

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

<style>
 span { border-color: #00363F; }

 span { border-color: rgb(0,54,63); }

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