Html Css Color HEX #03485C Sherpa Blue

📋 copy color: '#03485C'

red 3 ◦ green 72 ◦ blue 92

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

Shades of Sherpa Blue #03485C

Tints of Sherpa Blue #03485C

RGB

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

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

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

R = 1.8%
G = 43.11%
B = 55.09%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03485C (or 0x03485C) is known color: Sherpa Blue. HEX triplet: 03, 48 and 5C. RGB value is (3,72,92). Sum of RGB (Red+Green+Blue) = 3+72+92=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #03485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03485C is #FCB7A3. Grayscale: #353535. Windows color (decimal): -16562084 or 6047747. OLE color: 6047747.

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

Color convert

RGB 3 72 92 -
CMYK 0.97 0.22 0 0.64
HSL 193.48º 0.94% 0.19% -
HSV(B) 193.48º 0.97% 0.36% -
XYZ 4.29 5.43 10.95 -
YUV 53.65 149.64 91.87 -
System Red Green Blue C M Y K H S L
Decimal 3 72 92 0.97 0.22 0 0.64 193.48 0.94 0.19
Hex 3 48 5C 61 16 0 40 C1 5E 13
Octal 3 110 134 141 26 0 100 301 136 23
Binary 11 1001000 1011100 1100001 10110 0 1000000 11000001 1011110 10011

Color Harmonies of #03485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03485C

Black with #03485C

Text Example


Text Example

White with #03485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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