#03363A

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

Shades of Cyprus #03363A

Tints of Cyprus #03363A

Color information

#03363A (or 0x03363A) is unknown color: approx Cyprus. HEX triplet: 03, 36 and 3A. RGB value is (3,54,58). Sum of RGB (Red+Green+Blue) = 3+54+58=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #03363A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03363A is #FCC9C5. Grayscale: #272727. Windows color (decimal): -16566726 or 3814915. OLE color: 3814915.

HSL color Cylindrical-coordinate representation of color #03363A: hue angle of 184.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 #03363A is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB35458-
CMYK0.950.0700.77
HSL184.36º90.16%11.96%-
HSV(B)184.36º94.83%22.75%-
XYZ2.122.964.46-
YUV39.21138.6102.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 54 (21.48% from 255) = 46.96%
BLUE value IS 58 (23.05% from 255) = 50.43%
R=2.61%
G=46.96%
B=50.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal354580.950.0700.77184.3690.1611.96
Hex3363A5F704Db85ac
Octal366721377011527013214
Binary111101101110101011111111010011011011100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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