Html Css Color HEX #03485A Sherpa Blue

📋 copy color: '#03485A'

red 3 ◦ green 72 ◦ blue 90

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

Shades of Sherpa Blue #03485A

Tints of Sherpa Blue #03485A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 54.55%

R = 1.82%
G = 43.64%
B = 54.55%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#03485A (or 0x03485A) is known color: Sherpa Blue. HEX triplet: 03, 48 and 5A. RGB value is (3,72,90). Sum of RGB (Red+Green+Blue) = 3+72+90=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #03485A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03485A is #FCB7A5. Grayscale: #353535. Windows color (decimal): -16562086 or 5916675. OLE color: 5916675.

HSL color Cylindrical-coordinate representation of color #03485A: hue angle of 192.41º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03485A is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 72 90 -
CMYK 0.97 0.20 0 0.65
HSL 192.41º 0.94% 0.18% -
HSV(B) 192.41º 0.97% 0.35% -
XYZ 4.2 5.39 10.49 -
YUV 53.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 3 72 90 0.97 0.20 0 0.65 192.41 0.94 0.18
Hex 3 48 5A 61 14 0 41 C0 5E 12
Octal 3 110 132 141 24 0 101 300 136 22
Binary 11 1001000 1011010 1100001 10100 0 1000001 11000000 1011110 10010

Color Harmonies of #03485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03485A

Black with #03485A

Text Example


Text Example

White with #03485A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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