#02383C

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

Shades of Cyprus #02383C

Tints of Cyprus #02383C

Color information

#02383C (or 0x02383C) is unknown color: approx Cyprus. HEX triplet: 02, 38 and 3C. RGB value is (2,56,60). Sum of RGB (Red+Green+Blue) = 2+56+60=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #02383C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02383C is #FDC7C3. Grayscale: #282828. Windows color (decimal): -16631748 or 3946498. OLE color: 3946498.

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

Color convert

RGB25660-
CMYK0.970.0700.76
HSL184.14º93.55%12.16%-
HSV(B)184.14º96.67%23.53%-
XYZ2.253.174.77-
YUV40.31139.11100.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.69%
GREEN value IS 56 (22.27% from 255) = 47.46%
BLUE value IS 60 (23.83% from 255) = 50.85%
R=1.69%
G=47.46%
B=50.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal256600.970.0700.76184.1493.5512.16
Hex2383C61704Cb85ec
Octal270741417011427013614
Binary101110001111001100001111010011001011100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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