Html Css Color HEX #03424E Sherpa Blue

📋 copy color: '#03424E'

red 3 ◦ green 66 ◦ blue 78

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

Shades of Sherpa Blue #03424E

Tints of Sherpa Blue #03424E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 53.06%

R = 2.04%
G = 44.9%
B = 53.06%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#03424E (or 0x03424E) is known color: Sherpa Blue. HEX triplet: 03, 42 and 4E. RGB value is (3,66,78). Sum of RGB (Red+Green+Blue) = 3+66+78=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #03424E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03424E is #FCBDB1. Grayscale: #303030. Windows color (decimal): -16563634 or 5128707. OLE color: 5128707.

HSL color Cylindrical-coordinate representation of color #03424E: hue angle of 189.6º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03424E is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 66 78 -
CMYK 0.96 0.15 0 0.69
HSL 189.6º 0.93% 0.16% -
HSV(B) 189.6º 0.96% 0.31% -
XYZ 3.36 4.47 7.89 -
YUV 48.53 144.63 95.52 -
System Red Green Blue C M Y K H S L
Decimal 3 66 78 0.96 0.15 0 0.69 189.6 0.93 0.16
Hex 3 42 4E 60 F 0 45 BE 5D 10
Octal 3 102 116 140 17 0 105 276 135 20
Binary 11 1000010 1001110 1100000 1111 0 1000101 10111110 1011101 10000

Color Harmonies of #03424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03424E

Black with #03424E

Text Example


Text Example

White with #03424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03424E; }

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

 H1.HeaderClassName
 {
   color: #03424E;
 }
 .AnyTagClassName
 {
   color: #03424E;
 }
</style>

background-color css

<style>
 a { background-color: #03424E; }

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

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

border-color css

<style>
 span { border-color: #03424E; }

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

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