#03483C

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

Shades of Cyprus #03483C

Tints of Cyprus #03483C

Color information

#03483C (or 0x03483C) is unknown color: approx Cyprus. HEX triplet: 03, 48 and 3C. RGB value is (3,72,60). Sum of RGB (Red+Green+Blue) = 3+72+60=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #03483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03483C is #FCB7C3. Grayscale: #313131. Windows color (decimal): -16562116 or 3950595. OLE color: 3950595.

HSL color Cylindrical-coordinate representation of color #03483C: hue angle of 169.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03483C is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB37260-
CMYK0.9600.170.72
HSL169.57º92%14.71%-
HSV(B)169.57º95.83%28.24%-
XYZ3.174.985.07-
YUV50133.6494.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 72 (28.52% from 255) = 53.33%
BLUE value IS 60 (23.83% from 255) = 44.44%
R=2.22%
G=53.33%
B=44.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal372600.9600.170.72169.579214.71
Hex3483C6001148aa5cf
Octal31107414002111025213417
Binary111001000111100110000001000110010001010101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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