#03383D

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

Shades of Cyprus #03383D

Tints of Cyprus #03383D

Color information

#03383D (or 0x03383D) is unknown color: approx Cyprus. HEX triplet: 03, 38 and 3D. RGB value is (3,56,61). Sum of RGB (Red+Green+Blue) = 3+56+61=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #03383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03383D is #FCC7C2. Grayscale: #282828. Windows color (decimal): -16566211 or 4012035. OLE color: 4012035.

HSL color Cylindrical-coordinate representation of color #03383D: hue angle of 185.17º 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 #03383D is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB35661-
CMYK0.950.0800.76
HSL185.17º90.62%12.55%-
HSV(B)185.17º95.08%23.92%-
XYZ2.293.184.91-
YUV40.72139.44101.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 56 (22.27% from 255) = 46.67%
BLUE value IS 61 (24.22% from 255) = 50.83%
R=2.5%
G=46.67%
B=50.83%

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
Decimal356610.950.0800.76185.1790.6212.55
Hex3383D5F804Cb95bd
Octal3707513710011427113315
Binary1111100011110110111111000010011001011100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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