Html Css Color HEX #03414D Sherpa Blue

📋 copy color: '#03414D'

red 3 ◦ green 65 ◦ blue 77

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

Shades of Sherpa Blue #03414D

Tints of Sherpa Blue #03414D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 53.1%

R = 2.07%
G = 44.83%
B = 53.1%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03414D (or 0x03414D) is known color: Sherpa Blue. HEX triplet: 03, 41 and 4D. RGB value is (3,65,77). Sum of RGB (Red+Green+Blue) = 3+65+77=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #03414D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03414D is #FCBEB2. Grayscale: #2F2F2F. Windows color (decimal): -16563891 or 5062915. OLE color: 5062915.

HSL color Cylindrical-coordinate representation of color #03414D: hue angle of 189.73º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03414D is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 65 77 -
CMYK 0.96 0.16 0 0.70
HSL 189.73º 0.93% 0.16% -
HSV(B) 189.73º 0.96% 0.3% -
XYZ 3.27 4.34 7.69 -
YUV 47.83 144.46 96.02 -
System Red Green Blue C M Y K H S L
Decimal 3 65 77 0.96 0.16 0 0.70 189.73 0.93 0.16
Hex 3 41 4D 60 10 0 46 BE 5C 10
Octal 3 101 115 140 20 0 106 276 134 20
Binary 11 1000001 1001101 1100000 10000 0 1000110 10111110 1011100 10000

Color Harmonies of #03414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03414D

Black with #03414D

Text Example


Text Example

White with #03414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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