Html Css Color HEX #00383F Sherpa Blue

📋 copy color: '#00383F'

red 0 ◦ green 56 ◦ blue 63

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

Shades of Sherpa Blue #00383F

Tints of Sherpa Blue #00383F

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 value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#00383F (or 0x00383F) is known color: 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

RGB 0 56 63 -
CMYK 1 0.11 0 0.75
HSL 186.67º 1% 0.12% -
HSV(B) 186.67º 1% 0.25% -
XYZ 2.31 3.19 5.2 -
YUV 40.05 140.95 99.43 -
System Red Green Blue C M Y K H S L
Decimal 0 56 63 1 0.11 0 0.75 186.67 1 0.12
Hex 0 38 3F 64 B 0 4B BB 64 C
Octal 0 70 77 144 13 0 113 273 144 14
Binary 0 111000 111111 1100100 1011 0 1001011 10111011 1100100 1100

Color Harmonies of #00383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00383F

Black with #00383F

Text Example


Text Example

White with #00383F

Text Example


Text Example

HTML Codes & Css Web 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>