#03423E

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

Shades of Cyprus #03423E

Tints of Cyprus #03423E

Color information

#03423E (or 0x03423E) is unknown color: approx Cyprus. HEX triplet: 03, 42 and 3E. RGB value is (3,66,62). Sum of RGB (Red+Green+Blue) = 3+66+62=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #03423E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03423E is #FCBDC1. Grayscale: #2E2E2E. Windows color (decimal): -16563650 or 4080131. OLE color: 4080131.

HSL color Cylindrical-coordinate representation of color #03423E: hue angle of 176.19º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03423E is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB36662-
CMYK0.9500.060.74
HSL176.19º91.3%13.53%-
HSV(B)176.19º95.45%25.88%-
XYZ2.864.265.23-
YUV46.71136.6396.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 66 (26.17% from 255) = 50.38%
BLUE value IS 62 (24.61% from 255) = 47.33%
R=2.29%
G=50.38%
B=47.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366620.9500.060.74176.1991.313.53
Hex3423E5F064Ab05be
Octal3102761370611226013316
Binary1110000101111101011111011010010101011000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03423E; }

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

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

<style>
 a { background-color: #03423E; }

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

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

<style>
 span { border-color: #03423E; }

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

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