#03403A

Color #03403A Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #03403A

Tints of Cyprus #03403A

Color information

#03403A (or 0x03403A) is unknown color: approx Cyprus. HEX triplet: 03, 40 and 3A. RGB value is (3,64,58). Sum of RGB (Red+Green+Blue) = 3+64+58=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #03403A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03403A is #FCBFC5. Grayscale: #2D2D2D. Windows color (decimal): -16564166 or 3817475. OLE color: 3817475.

HSL color Cylindrical-coordinate representation of color #03403A: hue angle of 174.1º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03403A is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB36458-
CMYK0.9500.090.75
HSL174.1º91.04%13.14%-
HSV(B)174.1º95.31%25.1%-
XYZ2.633.994.63-
YUV45.08135.2997.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 64 (25.39% from 255) = 51.2%
BLUE value IS 58 (23.05% from 255) = 46.4%
R=2.4%
G=51.2%
B=46.4%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364580.9500.090.75174.191.0413.14
Hex3403A5F094Bae5bd
Octal31007213701111325613315
Binary11100000011101010111110100110010111010111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,64,58); }

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

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

 a { background-color: rgb(3,64,58); }

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

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

 span { border-color: rgb(3,64,58); }

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