Html Css Color HEX #035055 Sherpa Blue

📋 copy color: '#035055'

red 3 ◦ green 80 ◦ blue 85

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

Shades of Sherpa Blue #035055

Tints of Sherpa Blue #035055

RGB

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

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

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

R = 1.79%
G = 47.62%
B = 50.6%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#035055 (or 0x035055) is known color: Sherpa Blue. HEX triplet: 03, 50 and 55. RGB value is (3,80,85). Sum of RGB (Red+Green+Blue) = 3+80+85=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #035055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035055 is #FCAFAA. Grayscale: #393939. Windows color (decimal): -16560043 or 5591043. OLE color: 5591043.

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

Color convert

RGB 3 80 85 -
CMYK 0.96 0.06 0 0.67
HSL 183.66º 0.93% 0.17% -
HSV(B) 183.66º 0.96% 0.33% -
XYZ 4.55 6.41 9.59 -
YUV 57.55 143.49 89.09 -
System Red Green Blue C M Y K H S L
Decimal 3 80 85 0.96 0.06 0 0.67 183.66 0.93 0.17
Hex 3 50 55 60 6 0 43 B8 5D 11
Octal 3 120 125 140 6 0 103 270 135 21
Binary 11 1010000 1010101 1100000 110 0 1000011 10111000 1011101 10001

Color Harmonies of #035055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035055

Black with #035055

Text Example


Text Example

White with #035055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035055; }

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

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

background-color css

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

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

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

border-color css

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

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

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