Html Css Color HEX #035052 Sherpa Blue

📋 copy color: '#035052'

red 3 ◦ green 80 ◦ blue 82

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

Shades of Sherpa Blue #035052

Tints of Sherpa Blue #035052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.48%

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

R = 1.82%
G = 48.48%
B = 49.7%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#035052 (or 0x035052) is known color: Sherpa Blue. HEX triplet: 03, 50 and 52. RGB value is (3,80,82). Sum of RGB (Red+Green+Blue) = 3+80+82=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #035052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035052 is #FCAFAD. Grayscale: #393939. Windows color (decimal): -16560046 or 5394435. OLE color: 5394435.

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

Color convert

RGB 3 80 82 -
CMYK 0.96 0.02 0 0.68
HSL 181.52º 0.93% 0.17% -
HSV(B) 181.52º 0.96% 0.32% -
XYZ 4.43 6.37 8.98 -
YUV 57.21 141.99 89.34 -
System Red Green Blue C M Y K H S L
Decimal 3 80 82 0.96 0.02 0 0.68 181.52 0.93 0.17
Hex 3 50 52 60 2 0 44 B6 5D 11
Octal 3 120 122 140 2 0 104 266 135 21
Binary 11 1010000 1010010 1100000 10 0 1000100 10110110 1011101 10001

Color Harmonies of #035052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035052

Black with #035052

Text Example


Text Example

White with #035052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035052; }

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

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

background-color css

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

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

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

border-color css

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

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

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