Html Css Color HEX #03525D Sherpa Blue

📋 copy color: '#03525D'

red 3 ◦ green 82 ◦ blue 93

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

Shades of Sherpa Blue #03525D

Tints of Sherpa Blue #03525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.07%

 BLUE value IS 93 (36.72% from 255) = 52.25%

R = 1.69%
G = 46.07%
B = 52.25%

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

#03525D (or 0x03525D) is known color: Sherpa Blue. HEX triplet: 03, 52 and 5D. RGB value is (3,82,93). Sum of RGB (Red+Green+Blue) = 3+82+93=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #03525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03525D is #FCADA2. Grayscale: #3B3B3B. Windows color (decimal): -16559523 or 6115843. OLE color: 6115843.

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

Color convert

RGB 3 82 93 -
CMYK 0.97 0.12 0 0.64
HSL 187.33º 0.94% 0.19% -
HSV(B) 187.33º 0.97% 0.36% -
XYZ 5.03 6.84 11.41 -
YUV 59.63 146.83 87.61 -
System Red Green Blue C M Y K H S L
Decimal 3 82 93 0.97 0.12 0 0.64 187.33 0.94 0.19
Hex 3 52 5D 61 C 0 40 BB 5E 13
Octal 3 122 135 141 14 0 100 273 136 23
Binary 11 1010010 1011101 1100001 1100 0 1000000 10111011 1011110 10011

Color Harmonies of #03525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03525D

Black with #03525D

Text Example


Text Example

White with #03525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03525D; }

 p { color: rgb(3,82,93); }

 H1.HeaderClassName
 {
   color: #03525D;
 }
 .AnyTagClassName
 {
   color: #03525D;
 }
</style>

background-color css

<style>
 a { background-color: #03525D; }

 a { background-color: rgb(3,82,93); }

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

border-color css

<style>
 span { border-color: #03525D; }

 span { border-color: rgb(3,82,93); }

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