#003234

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

Shades of Cyprus #003234

Tints of Cyprus #003234

Color information

#003234 (or 0x003234) is unknown color: approx Cyprus. HEX triplet: 00, 32 and 34. RGB value is (0,50,52). Sum of RGB (Red+Green+Blue) = 0+50+52=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #003234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003234 is #FFCDCB. Grayscale: #232323. Windows color (decimal): -16764364 or 3420672. OLE color: 3420672.

HSL color Cylindrical-coordinate representation of color #003234: hue angle of 182.31º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003234 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB05052-
CMYK10.0400.80
HSL182.31º100%10.2%-
HSV(B)182.31º100%20.39%-
XYZ1.762.533.64-
YUV35.28137.44102.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 49.02%
BLUE value IS 52 (20.70% from 255) = 50.98%
R=0%
G=49.02%
B=50.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0505210.0400.80182.3110010.2
Hex03234644050b664a
Octal062641444012026614412
Binary01100101101001100100100010100001011011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003234; }

 p { color: rgb(0,50,52); }

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

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

 a { background-color: rgb(0,50,52); }

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

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

 span { border-color: rgb(0,50,52); }

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