Html Css Color HEX #003441 Sherpa Blue

📋 copy color: '#003441'

red 0 ◦ green 52 ◦ blue 65

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

Shades of Sherpa Blue #003441

Tints of Sherpa Blue #003441

RGB

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

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

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

R = 0%
G = 44.44%
B = 55.56%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#003441 (or 0x003441) is known color: Sherpa Blue. HEX triplet: 00, 34 and 41. RGB value is (0,52,65). Sum of RGB (Red+Green+Blue) = 0+52+65=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #003441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003441 is #FFCBBE. Grayscale: #252525. Windows color (decimal): -16763839 or 4273152. OLE color: 4273152.

HSL color Cylindrical-coordinate representation of color #003441: hue angle of 192º 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 #003441 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 52 65 -
CMYK 1 0.20 0 0.75
HSL 192º 1% 0.13% -
HSV(B) 192º 1% 0.25% -
XYZ 2.18 2.84 5.43 -
YUV 37.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 0 52 65 1 0.20 0 0.75 192 1 0.13
Hex 0 34 41 64 14 0 4B C0 64 D
Octal 0 64 101 144 24 0 113 300 144 15
Binary 0 110100 1000001 1100100 10100 0 1001011 11000000 1100100 1101

Color Harmonies of #003441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003441

Black with #003441

Text Example


Text Example

White with #003441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003441; }

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

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

background-color css

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

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

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

border-color css

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

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

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