#00383F

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

Shades of Sherpa Blue #00383F

Tints of Sherpa Blue #00383F

Color information

#00383F (or 0x00383F) is unknown color: approx Sherpa Blue. HEX triplet: 00, 38 and 3F. RGB value is (0,56,63). Sum of RGB (Red+Green+Blue) = 0+56+63=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 56 (22.27% from 255 or 47.06% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #00383F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00383F is #FFC7C0. Grayscale: #272727. Windows color (decimal): -16762817 or 4143104. OLE color: 4143104.

HSL color Cylindrical-coordinate representation of color #00383F: hue angle of 186.67º 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 #00383F is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB05663-
CMYK10.1100.75
HSL186.67º100%12.35%-
HSV(B)186.67º100%24.71%-
XYZ2.313.195.2-
YUV40.05140.9599.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 56 (22.27% from 255) = 47.06%
BLUE value IS 63 (25% from 255) = 52.94%
R=0%
G=47.06%
B=52.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0566310.1100.75186.6710012.35
Hex0383F64B04Bbb64c
Octal0707714413011327314414
Binary011100011111111001001011010010111011101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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