#03353B

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

Shades of Cyprus #03353B

Tints of Cyprus #03353B

Color information

#03353B (or 0x03353B) is unknown color: approx Cyprus. HEX triplet: 03, 35 and 3B. RGB value is (3,53,59). Sum of RGB (Red+Green+Blue) = 3+53+59=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 59 (23.44% from 255 or 51.30% from 115); Max value from RGB is 59 - color contains mainly: blue. Hex color #03353B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03353B is #FCCAC4. Grayscale: #262626. Windows color (decimal): -16566981 or 3880195. OLE color: 3880195.

HSL color Cylindrical-coordinate representation of color #03353B: hue angle of 186.43º 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 #03353B is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB35359-
CMYK0.950.1000.77
HSL186.43º90.32%12.16%-
HSV(B)186.43º94.92%23.14%-
XYZ2.12.884.58-
YUV38.73139.44102.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 53 (21.09% from 255) = 46.09%
BLUE value IS 59 (23.44% from 255) = 51.30%
R=2.61%
G=46.09%
B=51.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal353590.950.1000.77186.4390.3212.16
Hex3353B5FA04Dba5ac
Octal3657313712011527213214
Binary1111010111101110111111010010011011011101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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