#083B3C

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

Shades of Cyprus #083B3C

Tints of Cyprus #083B3C

Color information

#083B3C (or 0x083B3C) is unknown color: approx Cyprus. HEX triplet: 08, 3B and 3C. RGB value is (8,59,60). Sum of RGB (Red+Green+Blue) = 8+59+60=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 60 - color contains mainly: blue. Hex color #083B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083B3C is #F7C4C3. Grayscale: #2B2B2B. Windows color (decimal): -16237764 or 3947272. OLE color: 3947272.

HSL color Cylindrical-coordinate representation of color #083B3C: hue angle of 181.15º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083B3C is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB85960-
CMYK0.870.0200.76
HSL181.15º76.47%13.33%-
HSV(B)181.15º86.67%23.53%-
XYZ2.483.514.82-
YUV43.86137.1102.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.30%
GREEN value IS 59 (23.44% from 255) = 46.46%
BLUE value IS 60 (23.83% from 255) = 47.24%
R=6.30%
G=46.46%
B=47.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal859600.870.0200.76181.1576.4713.33
Hex83B3C57204Cb54cd
Octal1073741272011426511415
Binary1000111011111100101011110010011001011010110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083B3C; }

 p { color: rgb(8,59,60); }

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

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

 a { background-color: rgb(8,59,60); }

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

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

 span { border-color: rgb(8,59,60); }

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