#0E3B3D

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

Shades of Cyprus #0E3B3D

Tints of Cyprus #0E3B3D

Color information

#0E3B3D (or 0x0E3B3D) is unknown color: approx Cyprus. HEX triplet: 0E, 3B and 3D. RGB value is (14,59,61). Sum of RGB (Red+Green+Blue) = 14+59+61=134 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.45% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #0E3B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3B3D is #F1C4C2. Grayscale: #2D2D2D. Windows color (decimal): -15844547 or 4012814. OLE color: 4012814.

HSL color Cylindrical-coordinate representation of color #0E3B3D: hue angle of 182.55º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E3B3D is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB145961-
CMYK0.770.0300.76
HSL182.55º62.67%14.71%-
HSV(B)182.55º77.05%23.92%-
XYZ2.593.564.97-
YUV45.77136.59105.34-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.45%
GREEN value IS 59 (23.44% from 255) = 44.03%
BLUE value IS 61 (24.22% from 255) = 45.52%
R=10.45%
G=44.03%
B=45.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1459610.770.0300.76182.5562.6714.71
HexE3B3D4D304Cb73ff
Octal167375115301142677717
Binary111011101111110110011011101001100101101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E3B3D; }

 p { color: rgb(14,59,61); }

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

<style>
 a { background-color: #0E3B3D; }

 a { background-color: rgb(14,59,61); }

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

<style>
 span { border-color: #0E3B3D; }

 span { border-color: rgb(14,59,61); }

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