Html Css Color HEX #033541 Sherpa Blue

📋 copy color: '#033541'

red 3 ◦ green 53 ◦ blue 65

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

Shades of Sherpa Blue #033541

Tints of Sherpa Blue #033541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 43.8%

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

R = 2.48%
G = 43.8%
B = 53.72%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#033541 (or 0x033541) is known color: Sherpa Blue. HEX triplet: 03, 35 and 41. RGB value is (3,53,65). Sum of RGB (Red+Green+Blue) = 3+53+65=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #033541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033541 is #FCCABE. Grayscale: #272727. Windows color (decimal): -16566975 or 4273411. OLE color: 4273411.

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

Color convert

RGB 3 53 65 -
CMYK 0.95 0.18 0 0.75
HSL 191.61º 0.91% 0.13% -
HSV(B) 191.61º 0.95% 0.25% -
XYZ 2.26 2.95 5.45 -
YUV 39.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 3 53 65 0.95 0.18 0 0.75 191.61 0.91 0.13
Hex 3 35 41 5F 12 0 4B C0 5B D
Octal 3 65 101 137 22 0 113 300 133 15
Binary 11 110101 1000001 1011111 10010 0 1001011 11000000 1011011 1101

Color Harmonies of #033541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033541

Black with #033541

Text Example


Text Example

White with #033541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033541; }

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

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

background-color css

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

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

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

border-color css

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

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

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