Html Css Color HEX #003F52 Sherpa Blue

📋 copy color: '#003F52'

red 0 ◦ green 63 ◦ blue 82

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

Shades of Sherpa Blue #003F52

Tints of Sherpa Blue #003F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 56.55%

R = 0%
G = 43.45%
B = 56.55%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#003F52 (or 0x003F52) is known color: Sherpa Blue. HEX triplet: 00, 3F and 52. RGB value is (0,63,82). Sum of RGB (Red+Green+Blue) = 0+63+82=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #003F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F52 is #FFC0AD. Grayscale: #2E2E2E. Windows color (decimal): -16761006 or 5390080. OLE color: 5390080.

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

Color convert

RGB 0 63 82 -
CMYK 1 0.23 0 0.68
HSL 193.9º 1% 0.16% -
HSV(B) 193.9º 1% 0.32% -
XYZ 3.3 4.16 8.61 -
YUV 46.33 148.13 94.96 -
System Red Green Blue C M Y K H S L
Decimal 0 63 82 1 0.23 0 0.68 193.9 1 0.16
Hex 0 3F 52 64 17 0 44 C2 64 10
Octal 0 77 122 144 27 0 104 302 144 20
Binary 0 111111 1010010 1100100 10111 0 1000100 11000010 1100100 10000

Color Harmonies of #003F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003F52

Black with #003F52

Text Example


Text Example

White with #003F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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