Html Css Color HEX #003246 Sherpa Blue

📋 copy color: '#003246'

red 0 ◦ green 50 ◦ blue 70

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

Shades of Sherpa Blue #003246

Tints of Sherpa Blue #003246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 41.67%

 BLUE value IS 70 (27.73% from 255) = 58.33%

R = 0%
G = 41.67%
B = 58.33%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#003246 (or 0x003246) is known color: Sherpa Blue. HEX triplet: 00, 32 and 46. RGB value is (0,50,70). Sum of RGB (Red+Green+Blue) = 0+50+70=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 70 (27.73% from 255 or 58.33% from 120); Max value from RGB is 70 - color contains mainly: blue. Hex color #003246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003246 is #FFCDB9. Grayscale: #252525. Windows color (decimal): -16764346 or 4600320. OLE color: 4600320.

HSL color Cylindrical-coordinate representation of color #003246: hue angle of 197.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003246 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 50 70 -
CMYK 1 0.29 0 0.73
HSL 197.14º 1% 0.14% -
HSV(B) 197.14º 1% 0.27% -
XYZ 2.25 2.72 6.2 -
YUV 37.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 0 50 70 1 0.29 0 0.73 197.14 1 0.14
Hex 0 32 46 64 1D 0 49 C5 64 E
Octal 0 62 106 144 35 0 111 305 144 16
Binary 0 110010 1000110 1100100 11101 0 1001001 11000101 1100100 1110

Color Harmonies of #003246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003246

Black with #003246

Text Example


Text Example

White with #003246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003246; }

 p { color: rgb(0,50,70); }

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

background-color css

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

 a { background-color: rgb(0,50,70); }

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

border-color css

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

 span { border-color: rgb(0,50,70); }

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