Html Css Color HEX #003F50 Sherpa Blue

📋 copy color: '#003F50'

red 0 ◦ green 63 ◦ blue 80

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

Shades of Sherpa Blue #003F50

Tints of Sherpa Blue #003F50

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 63 (25% from 255) = 44.06%

 BLUE value IS 80 (31.64% from 255) = 55.94%

R = 0%
G = 44.06%
B = 55.94%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#003F50 (or 0x003F50) is known color: Sherpa Blue. HEX triplet: 00, 3F and 50. RGB value is (0,63,80). Sum of RGB (Red+Green+Blue) = 0+63+80=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #003F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F50 is #FFC0AF. Grayscale: #2D2D2D. Windows color (decimal): -16761008 or 5259008. OLE color: 5259008.

HSL color Cylindrical-coordinate representation of color #003F50: hue angle of 192.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F50 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 63 80 -
CMYK 1 0.21 0 0.69
HSL 192.75º 1% 0.16% -
HSV(B) 192.75º 1% 0.31% -
XYZ 3.23 4.13 8.22 -
YUV 46.1 147.13 95.12 -
System Red Green Blue C M Y K H S L
Decimal 0 63 80 1 0.21 0 0.69 192.75 1 0.16
Hex 0 3F 50 64 15 0 45 C1 64 10
Octal 0 77 120 144 25 0 105 301 144 20
Binary 0 111111 1010000 1100100 10101 0 1000101 11000001 1100100 10000

Color Harmonies of #003F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003F50

Black with #003F50

Text Example


Text Example

White with #003F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003F50; }

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

 H1.HeaderClassName
 {
   color: #003F50;
 }
 .AnyTagClassName
 {
   color: #003F50;
 }
</style>

background-color css

<style>
 a { background-color: #003F50; }

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

 div.DivClassName
 {
   background-color: #003F50;
 }
 .BgClassName
 {
   background-color: #003F50;
 }
</style>

border-color css

<style>
 span { border-color: #003F50; }

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

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