Html Css Color HEX #03414A Sherpa Blue

📋 copy color: '#03414A'

red 3 ◦ green 65 ◦ blue 74

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

Shades of Sherpa Blue #03414A

Tints of Sherpa Blue #03414A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 52.11%

R = 2.11%
G = 45.77%
B = 52.11%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#03414A (or 0x03414A) is known color: Sherpa Blue. HEX triplet: 03, 41 and 4A. RGB value is (3,65,74). Sum of RGB (Red+Green+Blue) = 3+65+74=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #03414A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03414A is #FCBEB5. Grayscale: #2F2F2F. Windows color (decimal): -16563894 or 4866307. OLE color: 4866307.

HSL color Cylindrical-coordinate representation of color #03414A: hue angle of 187.61º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03414A is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 65 74 -
CMYK 0.96 0.12 0 0.71
HSL 187.61º 0.92% 0.15% -
HSV(B) 187.61º 0.96% 0.29% -
XYZ 3.16 4.29 7.14 -
YUV 47.49 142.96 96.27 -
System Red Green Blue C M Y K H S L
Decimal 3 65 74 0.96 0.12 0 0.71 187.61 0.92 0.15
Hex 3 41 4A 60 C 0 47 BC 5C F
Octal 3 101 112 140 14 0 107 274 134 17
Binary 11 1000001 1001010 1100000 1100 0 1000111 10111100 1011100 1111

Color Harmonies of #03414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03414A

Black with #03414A

Text Example


Text Example

White with #03414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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