#03403B

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

Shades of Cyprus #03403B

Tints of Cyprus #03403B

Color information

#03403B (or 0x03403B) is unknown color: approx Cyprus. HEX triplet: 03, 40 and 3B. RGB value is (3,64,59). Sum of RGB (Red+Green+Blue) = 3+64+59=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #03403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03403B is #FCBFC4. Grayscale: #2D2D2D. Windows color (decimal): -16564165 or 3883011. OLE color: 3883011.

HSL color Cylindrical-coordinate representation of color #03403B: hue angle of 175.08º 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 #03403B is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB36459-
CMYK0.9500.080.75
HSL175.08º91.04%13.14%-
HSV(B)175.08º95.31%25.1%-
XYZ2.6644.77-
YUV45.19135.7997.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 64 (25.39% from 255) = 50.79%
BLUE value IS 59 (23.44% from 255) = 46.83%
R=2.38%
G=50.79%
B=46.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364590.9500.080.75175.0891.0413.14
Hex3403B5F084Baf5bd
Octal31007313701011325713315
Binary11100000011101110111110100010010111010111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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