#03373C

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

Shades of Cyprus #03373C

Tints of Cyprus #03373C

Color information

#03373C (or 0x03373C) is unknown color: approx Cyprus. HEX triplet: 03, 37 and 3C. RGB value is (3,55,60). Sum of RGB (Red+Green+Blue) = 3+55+60=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #03373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03373C is #FCC8C3. Grayscale: #272727. Windows color (decimal): -16566468 or 3946243. OLE color: 3946243.

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

Color convert

RGB35560-
CMYK0.950.0800.76
HSL185.26º90.48%12.35%-
HSV(B)185.26º95%23.53%-
XYZ2.223.084.75-
YUV40.02139.27101.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 55 (21.88% from 255) = 46.61%
BLUE value IS 60 (23.83% from 255) = 50.85%
R=2.54%
G=46.61%
B=50.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal355600.950.0800.76185.2690.4812.35
Hex3373C5F804Cb95ac
Octal3677413710011427113214
Binary1111011111110010111111000010011001011100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03373C; }

 p { color: rgb(3,55,60); }

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

<style>
 a { background-color: #03373C; }

 a { background-color: rgb(3,55,60); }

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

<style>
 span { border-color: #03373C; }

 span { border-color: rgb(3,55,60); }

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