Html Css Color HEX #03464C Sherpa Blue

📋 copy color: '#03464C'

red 3 ◦ green 70 ◦ blue 76

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

Shades of Sherpa Blue #03464C

Tints of Sherpa Blue #03464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.98%

 BLUE value IS 76 (30.08% from 255) = 51.01%

R = 2.01%
G = 46.98%
B = 51.01%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03464C (or 0x03464C) is known color: Sherpa Blue. HEX triplet: 03, 46 and 4C. RGB value is (3,70,76). Sum of RGB (Red+Green+Blue) = 3+70+76=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #03464C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03464C is #FCB9B3. Grayscale: #323232. Windows color (decimal): -16562612 or 4998659. OLE color: 4998659.

HSL color Cylindrical-coordinate representation of color #03464C: hue angle of 184.93º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03464C is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 70 76 -
CMYK 0.96 0.08 0 0.70
HSL 184.93º 0.92% 0.15% -
HSV(B) 184.93º 0.96% 0.3% -
XYZ 3.53 4.92 7.6 -
YUV 50.65 142.3 94.01 -
System Red Green Blue C M Y K H S L
Decimal 3 70 76 0.96 0.08 0 0.70 184.93 0.92 0.15
Hex 3 46 4C 60 8 0 46 B9 5C F
Octal 3 106 114 140 10 0 106 271 134 17
Binary 11 1000110 1001100 1100000 1000 0 1000110 10111001 1011100 1111

Color Harmonies of #03464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03464C

Black with #03464C

Text Example


Text Example

White with #03464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03464C; }

 p { color: rgb(3,70,76); }

 H1.HeaderClassName
 {
   color: #03464C;
 }
 .AnyTagClassName
 {
   color: #03464C;
 }
</style>

background-color css

<style>
 a { background-color: #03464C; }

 a { background-color: rgb(3,70,76); }

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

border-color css

<style>
 span { border-color: #03464C; }

 span { border-color: rgb(3,70,76); }

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