Html Css Color HEX #033B50 Sherpa Blue

📋 copy color: '#033B50'

red 3 ◦ green 59 ◦ blue 80

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

Shades of Sherpa Blue #033B50

Tints of Sherpa Blue #033B50

RGB

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

 GREEN value IS 59 (23.44% from 255) = 41.55%

 BLUE value IS 80 (31.64% from 255) = 56.34%

R = 2.11%
G = 41.55%
B = 56.34%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#033B50 (or 0x033B50) is known color: Sherpa Blue. HEX triplet: 03, 3B and 50. RGB value is (3,59,80). Sum of RGB (Red+Green+Blue) = 3+59+80=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #033B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033B50 is #FCC4AF. Grayscale: #2C2C2C. Windows color (decimal): -16565424 or 5257987. OLE color: 5257987.

HSL color Cylindrical-coordinate representation of color #033B50: hue angle of 196.36º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033B50 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 59 80 -
CMYK 0.96 0.26 0 0.69
HSL 196.36º 0.93% 0.16% -
HSV(B) 196.36º 0.96% 0.31% -
XYZ 3.05 3.73 8.15 -
YUV 44.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 3 59 80 0.96 0.26 0 0.69 196.36 0.93 0.16
Hex 3 3B 50 60 1A 0 45 C4 5D 10
Octal 3 73 120 140 32 0 105 304 135 20
Binary 11 111011 1010000 1100000 11010 0 1000101 11000100 1011101 10000

Color Harmonies of #033B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033B50

Black with #033B50

Text Example


Text Example

White with #033B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033B50; }

 p { color: rgb(3,59,80); }

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

background-color css

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

 a { background-color: rgb(3,59,80); }

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

border-color css

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

 span { border-color: rgb(3,59,80); }

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