Html Css Color HEX #03505B Sherpa Blue

📋 copy color: '#03505B'

red 3 ◦ green 80 ◦ blue 91

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

Shades of Sherpa Blue #03505B

Tints of Sherpa Blue #03505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 52.3%

R = 1.72%
G = 45.98%
B = 52.3%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03505B (or 0x03505B) is known color: Sherpa Blue. HEX triplet: 03, 50 and 5B. RGB value is (3,80,91). Sum of RGB (Red+Green+Blue) = 3+80+91=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #03505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03505B is #FCAFA4. Grayscale: #3A3A3A. Windows color (decimal): -16560037 or 5984259. OLE color: 5984259.

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

Color convert

RGB 3 80 91 -
CMYK 0.97 0.12 0 0.64
HSL 187.5º 0.94% 0.18% -
HSV(B) 187.5º 0.97% 0.36% -
XYZ 4.79 6.51 10.9 -
YUV 58.23 146.49 88.61 -
System Red Green Blue C M Y K H S L
Decimal 3 80 91 0.97 0.12 0 0.64 187.5 0.94 0.18
Hex 3 50 5B 61 C 0 40 BC 5E 12
Octal 3 120 133 141 14 0 100 274 136 22
Binary 11 1010000 1011011 1100001 1100 0 1000000 10111100 1011110 10010

Color Harmonies of #03505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03505B

Black with #03505B

Text Example


Text Example

White with #03505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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