Html Css Color HEX #03425C Sherpa Blue

📋 copy color: '#03425C'

red 3 ◦ green 66 ◦ blue 92

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

Shades of Sherpa Blue #03425C

Tints of Sherpa Blue #03425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.99%

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

R = 1.86%
G = 40.99%
B = 57.14%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03425C (or 0x03425C) is known color: Sherpa Blue. HEX triplet: 03, 42 and 5C. RGB value is (3,66,92). Sum of RGB (Red+Green+Blue) = 3+66+92=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #03425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03425C is #FCBDA3. Grayscale: #313131. Windows color (decimal): -16563620 or 6046211. OLE color: 6046211.

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

Color convert

RGB 3 66 92 -
CMYK 0.97 0.28 0 0.64
HSL 197.53º 0.94% 0.19% -
HSV(B) 197.53º 0.97% 0.36% -
XYZ 3.92 4.69 10.82 -
YUV 50.13 151.63 94.39 -
System Red Green Blue C M Y K H S L
Decimal 3 66 92 0.97 0.28 0 0.64 197.53 0.94 0.19
Hex 3 42 5C 61 1C 0 40 C6 5E 13
Octal 3 102 134 141 34 0 100 306 136 23
Binary 11 1000010 1011100 1100001 11100 0 1000000 11000110 1011110 10011

Color Harmonies of #03425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03425C

Black with #03425C

Text Example


Text Example

White with #03425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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