Html Css Color HEX #033D52 Sherpa Blue

📋 copy color: '#033D52'

red 3 ◦ green 61 ◦ blue 82

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

Shades of Sherpa Blue #033D52

Tints of Sherpa Blue #033D52

RGB

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

 GREEN value IS 61 (24.22% from 255) = 41.78%

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

R = 2.05%
G = 41.78%
B = 56.16%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#033D52 (or 0x033D52) is known color: Sherpa Blue. HEX triplet: 03, 3D and 52. RGB value is (3,61,82). Sum of RGB (Red+Green+Blue) = 3+61+82=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #033D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033D52 is #FCC2AD. Grayscale: #2D2D2D. Windows color (decimal): -16564910 or 5389571. OLE color: 5389571.

HSL color Cylindrical-coordinate representation of color #033D52: hue angle of 195.95º 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 #033D52 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 61 82 -
CMYK 0.96 0.26 0 0.68
HSL 195.95º 0.93% 0.17% -
HSV(B) 195.95º 0.96% 0.32% -
XYZ 3.23 3.97 8.58 -
YUV 46.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 3 61 82 0.96 0.26 0 0.68 195.95 0.93 0.17
Hex 3 3D 52 60 1A 0 44 C4 5D 11
Octal 3 75 122 140 32 0 104 304 135 21
Binary 11 111101 1010010 1100000 11010 0 1000100 11000100 1011101 10001

Color Harmonies of #033D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033D52

Black with #033D52

Text Example


Text Example

White with #033D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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