Html Css Color HEX #035352 Sherpa Blue

📋 copy color: '#035352'

red 3 ◦ green 83 ◦ blue 82

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

Shades of Sherpa Blue #035352

Tints of Sherpa Blue #035352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.4%

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

R = 1.79%
G = 49.4%
B = 48.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#035352 (or 0x035352) is known color: Sherpa Blue. HEX triplet: 03, 53 and 52. RGB value is (3,83,82). Sum of RGB (Red+Green+Blue) = 3+83+82=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #035352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035352 is #FCACAD. Grayscale: #3A3A3A. Windows color (decimal): -16559278 or 5395203. OLE color: 5395203.

HSL color Cylindrical-coordinate representation of color #035352: hue angle of 179.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035352 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 83 82 -
CMYK 0.96 0 0.01 0.67
HSL 179.25º 0.93% 0.17% -
HSV(B) 179.25º 0.96% 0.33% -
XYZ 4.65 6.82 9.05 -
YUV 58.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 3 83 82 0.96 0 0.01 0.67 179.25 0.93 0.17
Hex 3 53 52 60 0 1 43 B3 5D 11
Octal 3 123 122 140 0 1 103 263 135 21
Binary 11 1010011 1010010 1100000 0 1 1000011 10110011 1011101 10001

Color Harmonies of #035352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035352

Black with #035352

Text Example


Text Example

White with #035352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035352; }

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

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

background-color css

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

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

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

border-color css

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

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

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