Html Css Color HEX #033441 Sherpa Blue

📋 copy color: '#033441'

red 3 ◦ green 52 ◦ blue 65

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

Shades of Sherpa Blue #033441

Tints of Sherpa Blue #033441

RGB

 RED value IS 3 (1.56% from 255) = 2.5%

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

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

R = 2.5%
G = 43.33%
B = 54.17%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#033441 (or 0x033441) is known color: Sherpa Blue. HEX triplet: 03, 34 and 41. RGB value is (3,52,65). Sum of RGB (Red+Green+Blue) = 3+52+65=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #033441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033441 is #FCCBBE. Grayscale: #262626. Windows color (decimal): -16567231 or 4273155. OLE color: 4273155.

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

Color convert

RGB 3 52 65 -
CMYK 0.95 0.20 0 0.75
HSL 192.58º 0.91% 0.13% -
HSV(B) 192.58º 0.95% 0.25% -
XYZ 2.22 2.86 5.44 -
YUV 38.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 3 52 65 0.95 0.20 0 0.75 192.58 0.91 0.13
Hex 3 34 41 5F 14 0 4B C1 5B D
Octal 3 64 101 137 24 0 113 301 133 15
Binary 11 110100 1000001 1011111 10100 0 1001011 11000001 1011011 1101

Color Harmonies of #033441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033441

Black with #033441

Text Example


Text Example

White with #033441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033441; }

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

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

background-color css

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

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

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

border-color css

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

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

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