#003A38

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

Shades of Cyprus #003A38

Tints of Cyprus #003A38

Color information

#003A38 (or 0x003A38) is unknown color: approx Cyprus. HEX triplet: 00, 3A and 38. RGB value is (0,58,56). Sum of RGB (Red+Green+Blue) = 0+58+56=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 58 (23.05% from 255 or 50.88% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 58 - color contains mainly: green. Hex color #003A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A38 is #FFC5C7. Grayscale: #282828. Windows color (decimal): -16762312 or 3684864. OLE color: 3684864.

HSL color Cylindrical-coordinate representation of color #003A38: hue angle of 177.93º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A38 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB05856-
CMYK100.030.77
HSL177.93º100%11.37%-
HSV(B)177.93º100%22.75%-
XYZ2.233.314.26-
YUV40.43136.7899.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 50.88%
BLUE value IS 56 (22.27% from 255) = 49.12%
R=0%
G=50.88%
B=49.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal05856100.030.77177.9310011.37
Hex03A3864034Db264b
Octal072701440311526214413
Binary0111010111000110010001110011011011001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003A38; }

 p { color: rgb(0,58,56); }

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

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

 a { background-color: rgb(0,58,56); }

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

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

 span { border-color: rgb(0,58,56); }

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