#03353A

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

Shades of Cyprus #03353A

Tints of Cyprus #03353A

Color information

#03353A (or 0x03353A) is unknown color: approx Cyprus. HEX triplet: 03, 35 and 3A. RGB value is (3,53,58). Sum of RGB (Red+Green+Blue) = 3+53+58=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #03353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03353A is #FCCAC5. Grayscale: #262626. Windows color (decimal): -16566982 or 3814659. OLE color: 3814659.

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

Color convert

RGB35358-
CMYK0.950.0900.77
HSL185.45º90.16%11.96%-
HSV(B)185.45º94.83%22.75%-
XYZ2.072.874.45-
YUV38.62138.94102.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 53 (21.09% from 255) = 46.49%
BLUE value IS 58 (23.05% from 255) = 50.88%
R=2.63%
G=46.49%
B=50.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal353580.950.0900.77185.4590.1611.96
Hex3353A5F904Db95ac
Octal3657213711011527113214
Binary1111010111101010111111001010011011011100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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