Html Css Color HEX #03505C Sherpa Blue

📋 copy color: '#03505C'

red 3 ◦ green 80 ◦ blue 92

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

Shades of Sherpa Blue #03505C

Tints of Sherpa Blue #03505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 52.57%

R = 1.71%
G = 45.71%
B = 52.57%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03505C (or 0x03505C) is known color: Sherpa Blue. HEX triplet: 03, 50 and 5C. RGB value is (3,80,92). Sum of RGB (Red+Green+Blue) = 3+80+92=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #03505C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03505C is #FCAFA3. Grayscale: #3A3A3A. Windows color (decimal): -16560036 or 6049795. OLE color: 6049795.

HSL color Cylindrical-coordinate representation of color #03505C: hue angle of 188.09º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03505C is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 80 92 -
CMYK 0.97 0.13 0 0.64
HSL 188.09º 0.94% 0.19% -
HSV(B) 188.09º 0.97% 0.36% -
XYZ 4.84 6.53 11.13 -
YUV 58.35 146.99 88.52 -
System Red Green Blue C M Y K H S L
Decimal 3 80 92 0.97 0.13 0 0.64 188.09 0.94 0.19
Hex 3 50 5C 61 D 0 40 BC 5E 13
Octal 3 120 134 141 15 0 100 274 136 23
Binary 11 1010000 1011100 1100001 1101 0 1000000 10111100 1011110 10011

Color Harmonies of #03505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03505C

Black with #03505C

Text Example


Text Example

White with #03505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03505C; }

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

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

background-color css

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

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

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

border-color css

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

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

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