#02383D

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

Shades of Cyprus #02383D

Tints of Cyprus #02383D

Color information

#02383D (or 0x02383D) is unknown color: approx Cyprus. HEX triplet: 02, 38 and 3D. RGB value is (2,56,61). Sum of RGB (Red+Green+Blue) = 2+56+61=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 56 (22.27% from 255 or 47.06% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #02383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02383D is #FDC7C2. Grayscale: #282828. Windows color (decimal): -16631747 or 4012034. OLE color: 4012034.

HSL color Cylindrical-coordinate representation of color #02383D: hue angle of 185.08º 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 #02383D is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB25661-
CMYK0.970.0800.76
HSL185.08º93.65%12.35%-
HSV(B)185.08º96.72%23.92%-
XYZ2.283.184.91-
YUV40.42139.61100.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 56 (22.27% from 255) = 47.06%
BLUE value IS 61 (24.22% from 255) = 51.26%
R=1.68%
G=47.06%
B=51.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal256610.970.0800.76185.0893.6512.35
Hex2383D61804Cb95ec
Octal2707514110011427113614
Binary1011100011110111000011000010011001011100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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