Html Css Color HEX #003341 Sherpa Blue

📋 copy color: '#003341'

red 0 ◦ green 51 ◦ blue 65

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

Shades of Sherpa Blue #003341

Tints of Sherpa Blue #003341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 43.97%

 BLUE value IS 65 (25.78% from 255) = 56.03%

R = 0%
G = 43.97%
B = 56.03%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#003341 (or 0x003341) is known color: Sherpa Blue. HEX triplet: 00, 33 and 41. RGB value is (0,51,65). Sum of RGB (Red+Green+Blue) = 0+51+65=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #003341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003341 is #FFCCBE. Grayscale: #252525. Windows color (decimal): -16764095 or 4272896. OLE color: 4272896.

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

Color convert

RGB 0 51 65 -
CMYK 1 0.22 0 0.75
HSL 192.92º 1% 0.13% -
HSV(B) 192.92º 1% 0.25% -
XYZ 2.14 2.75 5.42 -
YUV 37.35 143.6 101.36 -
System Red Green Blue C M Y K H S L
Decimal 0 51 65 1 0.22 0 0.75 192.92 1 0.13
Hex 0 33 41 64 16 0 4B C1 64 D
Octal 0 63 101 144 26 0 113 301 144 15
Binary 0 110011 1000001 1100100 10110 0 1001011 11000001 1100100 1101

Color Harmonies of #003341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003341

Black with #003341

Text Example


Text Example

White with #003341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003341; }

 p { color: rgb(0,51,65); }

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

background-color css

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

 a { background-color: rgb(0,51,65); }

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

border-color css

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

 span { border-color: rgb(0,51,65); }

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