#03363D

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

Shades of Cyprus #03363D

Tints of Cyprus #03363D

Color information

#03363D (or 0x03363D) is unknown color: approx Cyprus. HEX triplet: 03, 36 and 3D. RGB value is (3,54,61). Sum of RGB (Red+Green+Blue) = 3+54+61=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #03363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03363D is #FCC9C2. Grayscale: #272727. Windows color (decimal): -16566723 or 4011523. OLE color: 4011523.

HSL color Cylindrical-coordinate representation of color #03363D: hue angle of 187.24º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03363D is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB35461-
CMYK0.950.1100.76
HSL187.24º90.62%12.55%-
HSV(B)187.24º95.08%23.92%-
XYZ2.22.994.88-
YUV39.55140.1101.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 54 (21.48% from 255) = 45.76%
BLUE value IS 61 (24.22% from 255) = 51.69%
R=2.54%
G=45.76%
B=51.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal354610.950.1100.76187.2490.6212.55
Hex3363D5FB04Cbb5bd
Octal3667513713011427313315
Binary1111011011110110111111011010011001011101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,54,61); }

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

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

 a { background-color: rgb(3,54,61); }

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

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

 span { border-color: rgb(3,54,61); }

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