#03454C

Color #03454C Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #03454C

Tints of Sherpa Blue #03454C

Color information

#03454C (or 0x03454C) is unknown color: approx Sherpa Blue. HEX triplet: 03, 45 and 4C. RGB value is (3,69,76). Sum of RGB (Red+Green+Blue) = 3+69+76=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #03454C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03454C is #FCBAB3. Grayscale: #313131. Windows color (decimal): -16562868 or 4998403. OLE color: 4998403.

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

Color convert

RGB36976-
CMYK0.960.0900.70
HSL185.75º92.41%15.49%-
HSV(B)185.75º96.05%29.8%-
XYZ3.474.87.58-
YUV50.06142.6394.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.03%
GREEN value IS 69 (27.34% from 255) = 46.62%
BLUE value IS 76 (30.08% from 255) = 51.35%
R=2.03%
G=46.62%
B=51.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal369760.960.0900.70185.7592.4115.49
Hex3454C609046ba5cf
Octal310511414011010627213417
Binary111000101100110011000001001010001101011101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03454C;
 }
 .AnyTagClassName
 {
   color: #03454C;
 }
</style>
background-color css

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

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

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

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

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

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