Html Css Color HEX #03424D Sherpa Blue

📋 copy color: '#03424D'

red 3 ◦ green 66 ◦ blue 77

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

Shades of Sherpa Blue #03424D

Tints of Sherpa Blue #03424D

RGB

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

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

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

R = 2.05%
G = 45.21%
B = 52.74%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03424D (or 0x03424D) is known color: Sherpa Blue. HEX triplet: 03, 42 and 4D. RGB value is (3,66,77). Sum of RGB (Red+Green+Blue) = 3+66+77=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #03424D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03424D is #FCBDB2. Grayscale: #303030. Windows color (decimal): -16563635 or 5063171. OLE color: 5063171.

HSL color Cylindrical-coordinate representation of color #03424D: hue angle of 188.92º 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 #03424D is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 66 77 -
CMYK 0.96 0.14 0 0.70
HSL 188.92º 0.93% 0.16% -
HSV(B) 188.92º 0.96% 0.3% -
XYZ 3.33 4.45 7.71 -
YUV 48.42 144.13 95.61 -
System Red Green Blue C M Y K H S L
Decimal 3 66 77 0.96 0.14 0 0.70 188.92 0.93 0.16
Hex 3 42 4D 60 E 0 46 BD 5C 10
Octal 3 102 115 140 16 0 106 275 134 20
Binary 11 1000010 1001101 1100000 1110 0 1000110 10111101 1011100 10000

Color Harmonies of #03424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03424D

Black with #03424D

Text Example


Text Example

White with #03424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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