#03373D

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

Shades of Cyprus #03373D

Tints of Cyprus #03373D

Color information

#03373D (or 0x03373D) is unknown color: approx Cyprus. HEX triplet: 03, 37 and 3D. RGB value is (3,55,61). Sum of RGB (Red+Green+Blue) = 3+55+61=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #03373D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03373D is #FCC8C2. Grayscale: #282828. Windows color (decimal): -16566467 or 4011779. OLE color: 4011779.

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

Color convert

RGB35561-
CMYK0.950.1000.76
HSL186.21º90.62%12.55%-
HSV(B)186.21º95.08%23.92%-
XYZ2.253.094.89-
YUV40.14139.77101.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 55 (21.88% from 255) = 46.22%
BLUE value IS 61 (24.22% from 255) = 51.26%
R=2.52%
G=46.22%
B=51.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal355610.950.1000.76186.2190.6212.55
Hex3373D5FA04Cba5bd
Octal3677513712011427213315
Binary1111011111110110111111010010011001011101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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