#00383E

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

Shades of Sherpa Blue #00383E

Tints of Sherpa Blue #00383E

Color information

#00383E (or 0x00383E) is unknown color: approx Sherpa Blue. HEX triplet: 00, 38 and 3E. RGB value is (0,56,62). Sum of RGB (Red+Green+Blue) = 0+56+62=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #00383E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00383E is #FFC7C1. Grayscale: #272727. Windows color (decimal): -16762818 or 4077568. OLE color: 4077568.

HSL color Cylindrical-coordinate representation of color #00383E: hue angle of 185.81º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00383E is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB05662-
CMYK10.1000.76
HSL185.81º100%12.16%-
HSV(B)185.81º100%24.31%-
XYZ2.283.185.05-
YUV39.94140.4599.51-

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.46%
BLUE value IS 62 (24.61% from 255) = 52.54%
R=0%
G=47.46%
B=52.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0566210.1000.76185.8110012.16
Hex0383E64A04Cba64c
Octal0707614412011427214414
Binary011100011111011001001010010011001011101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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