Html Css Color HEX #03415A Sherpa Blue

📋 copy color: '#03415A'

red 3 ◦ green 65 ◦ blue 90

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

Shades of Sherpa Blue #03415A

Tints of Sherpa Blue #03415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.14%

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

R = 1.9%
G = 41.14%
B = 56.96%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#03415A (or 0x03415A) is known color: Sherpa Blue. HEX triplet: 03, 41 and 5A. RGB value is (3,65,90). Sum of RGB (Red+Green+Blue) = 3+65+90=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #03415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03415A is #FCBEA5. Grayscale: #313131. Windows color (decimal): -16563878 or 5914883. OLE color: 5914883.

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

Color convert

RGB 3 65 90 -
CMYK 0.97 0.28 0 0.65
HSL 197.24º 0.94% 0.18% -
HSV(B) 197.24º 0.97% 0.35% -
XYZ 3.77 4.54 10.35 -
YUV 49.31 150.96 94.97 -
System Red Green Blue C M Y K H S L
Decimal 3 65 90 0.97 0.28 0 0.65 197.24 0.94 0.18
Hex 3 41 5A 61 1C 0 41 C5 5E 12
Octal 3 101 132 141 34 0 101 305 136 22
Binary 11 1000001 1011010 1100001 11100 0 1000001 11000101 1011110 10010

Color Harmonies of #03415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03415A

Black with #03415A

Text Example


Text Example

White with #03415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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