#03363B

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

Shades of Cyprus #03363B

Tints of Cyprus #03363B

Color information

#03363B (or 0x03363B) is unknown color: approx Cyprus. HEX triplet: 03, 36 and 3B. RGB value is (3,54,59). Sum of RGB (Red+Green+Blue) = 3+54+59=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 59 (23.44% from 255 or 50.86% from 116); Max value from RGB is 59 - color contains mainly: blue. Hex color #03363B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03363B is #FCC9C4. Grayscale: #272727. Windows color (decimal): -16566725 or 3880451. OLE color: 3880451.

HSL color Cylindrical-coordinate representation of color #03363B: hue angle of 185.36º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03363B is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB35459-
CMYK0.950.0800.77
HSL185.36º90.32%12.16%-
HSV(B)185.36º94.92%23.14%-
XYZ2.152.974.6-
YUV39.32139.1102.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 54 (21.48% from 255) = 46.55%
BLUE value IS 59 (23.44% from 255) = 50.86%
R=2.59%
G=46.55%
B=50.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal354590.950.0800.77185.3690.3212.16
Hex3363B5F804Db95ac
Octal3667313710011527113214
Binary1111011011101110111111000010011011011100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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