Html Css Color HEX #003442 Sherpa Blue

📋 copy color: '#003442'

red 0 ◦ green 52 ◦ blue 66

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

Shades of Sherpa Blue #003442

Tints of Sherpa Blue #003442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 44.07%

 BLUE value IS 66 (26.17% from 255) = 55.93%

R = 0%
G = 44.07%
B = 55.93%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#003442 (or 0x003442) is known color: Sherpa Blue. HEX triplet: 00, 34 and 42. RGB value is (0,52,66). Sum of RGB (Red+Green+Blue) = 0+52+66=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 66 (26.17% from 255 or 55.93% from 118); Max value from RGB is 66 - color contains mainly: blue. Hex color #003442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003442 is #FFCBBD. Grayscale: #252525. Windows color (decimal): -16763838 or 4338688. OLE color: 4338688.

HSL color Cylindrical-coordinate representation of color #003442: hue angle of 192.73º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003442 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 52 66 -
CMYK 1 0.21 0 0.74
HSL 192.73º 1% 0.13% -
HSV(B) 192.73º 1% 0.26% -
XYZ 2.21 2.85 5.59 -
YUV 38.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 0 52 66 1 0.21 0 0.74 192.73 1 0.13
Hex 0 34 42 64 15 0 4A C1 64 D
Octal 0 64 102 144 25 0 112 301 144 15
Binary 0 110100 1000010 1100100 10101 0 1001010 11000001 1100100 1101

Color Harmonies of #003442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003442

Black with #003442

Text Example


Text Example

White with #003442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003442; }

 p { color: rgb(0,52,66); }

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

background-color css

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

 a { background-color: rgb(0,52,66); }

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

border-color css

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

 span { border-color: rgb(0,52,66); }

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