Html Css Color HEX #033F52 Sherpa Blue

📋 copy color: '#033F52'

red 3 ◦ green 63 ◦ blue 82

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

Shades of Sherpa Blue #033F52

Tints of Sherpa Blue #033F52

RGB

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

 GREEN value IS 63 (25% from 255) = 42.57%

 BLUE value IS 82 (32.42% from 255) = 55.41%

R = 2.03%
G = 42.57%
B = 55.41%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#033F52 (or 0x033F52) is known color: Sherpa Blue. HEX triplet: 03, 3F and 52. RGB value is (3,63,82). Sum of RGB (Red+Green+Blue) = 3+63+82=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 82 (32.42% from 255 or 55.41% from 148); Max value from RGB is 82 - color contains mainly: blue. Hex color #033F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033F52 is #FCC0AD. Grayscale: #2F2F2F. Windows color (decimal): -16564398 or 5390083. OLE color: 5390083.

HSL color Cylindrical-coordinate representation of color #033F52: hue angle of 194.43º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033F52 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 63 82 -
CMYK 0.96 0.23 0 0.68
HSL 194.43º 0.93% 0.17% -
HSV(B) 194.43º 0.96% 0.32% -
XYZ 3.34 4.18 8.61 -
YUV 47.23 147.62 96.46 -
System Red Green Blue C M Y K H S L
Decimal 3 63 82 0.96 0.23 0 0.68 194.43 0.93 0.17
Hex 3 3F 52 60 17 0 44 C2 5D 11
Octal 3 77 122 140 27 0 104 302 135 21
Binary 11 111111 1010010 1100000 10111 0 1000100 11000010 1011101 10001

Color Harmonies of #033F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033F52

Black with #033F52

Text Example


Text Example

White with #033F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,63,82); }

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

background-color css

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

 a { background-color: rgb(3,63,82); }

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

border-color css

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

 span { border-color: rgb(3,63,82); }

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