Html Css Color HEX #035355 Sherpa Blue

📋 copy color: '#035355'

red 3 ◦ green 83 ◦ blue 85

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

Shades of Sherpa Blue #035355

Tints of Sherpa Blue #035355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 49.71%

R = 1.75%
G = 48.54%
B = 49.71%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#035355 (or 0x035355) is known color: Sherpa Blue. HEX triplet: 03, 53 and 55. RGB value is (3,83,85). Sum of RGB (Red+Green+Blue) = 3+83+85=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #035355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035355 is #FCACAA. Grayscale: #3B3B3B. Windows color (decimal): -16559275 or 5591811. OLE color: 5591811.

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

Color convert

RGB 3 83 85 -
CMYK 0.96 0.02 0 0.67
HSL 181.46º 0.93% 0.17% -
HSV(B) 181.46º 0.96% 0.33% -
XYZ 4.77 6.86 9.67 -
YUV 59.31 142.5 87.84 -
System Red Green Blue C M Y K H S L
Decimal 3 83 85 0.96 0.02 0 0.67 181.46 0.93 0.17
Hex 3 53 55 60 2 0 43 B5 5D 11
Octal 3 123 125 140 2 0 103 265 135 21
Binary 11 1010011 1010101 1100000 10 0 1000011 10110101 1011101 10001

Color Harmonies of #035355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035355

Black with #035355

Text Example


Text Example

White with #035355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035355; }

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

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

background-color css

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

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

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

border-color css

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

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

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