Html Css Color HEX #03485B Sherpa Blue

📋 copy color: '#03485B'

red 3 ◦ green 72 ◦ blue 91

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

Shades of Sherpa Blue #03485B

Tints of Sherpa Blue #03485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.37%

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

R = 1.81%
G = 43.37%
B = 54.82%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03485B (or 0x03485B) is known color: Sherpa Blue. HEX triplet: 03, 48 and 5B. RGB value is (3,72,91). Sum of RGB (Red+Green+Blue) = 3+72+91=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #03485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03485B is #FCB7A4. Grayscale: #353535. Windows color (decimal): -16562085 or 5982211. OLE color: 5982211.

HSL color Cylindrical-coordinate representation of color #03485B: hue angle of 192.95º 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 #03485B is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 72 91 -
CMYK 0.97 0.21 0 0.64
HSL 192.95º 0.94% 0.18% -
HSV(B) 192.95º 0.97% 0.36% -
XYZ 4.24 5.41 10.72 -
YUV 53.54 149.14 91.96 -
System Red Green Blue C M Y K H S L
Decimal 3 72 91 0.97 0.21 0 0.64 192.95 0.94 0.18
Hex 3 48 5B 61 15 0 40 C1 5E 12
Octal 3 110 133 141 25 0 100 301 136 22
Binary 11 1001000 1011011 1100001 10101 0 1000000 11000001 1011110 10010

Color Harmonies of #03485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03485B

Black with #03485B

Text Example


Text Example

White with #03485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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