#02383E

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

Shades of Cyprus #02383E

Tints of Cyprus #02383E

Color information

#02383E (or 0x02383E) is unknown color: approx Cyprus. HEX triplet: 02, 38 and 3E. RGB value is (2,56,62). Sum of RGB (Red+Green+Blue) = 2+56+62=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #02383E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02383E is #FDC7C1. Grayscale: #282828. Windows color (decimal): -16631746 or 4077570. OLE color: 4077570.

HSL color Cylindrical-coordinate representation of color #02383E: hue angle of 186º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02383E is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB25662-
CMYK0.970.1000.76
HSL186º93.75%12.55%-
HSV(B)186º96.77%24.31%-
XYZ2.313.195.05-
YUV40.54140.11100.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 56 (22.27% from 255) = 46.67%
BLUE value IS 62 (24.61% from 255) = 51.67%
R=1.67%
G=46.67%
B=51.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal256620.970.1000.7618693.7512.55
Hex2383E61A04Cba5ed
Octal2707614112011427213615
Binary1011100011111011000011010010011001011101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,56,62); }

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

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

 a { background-color: rgb(2,56,62); }

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

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

 span { border-color: rgb(2,56,62); }

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