#035248

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

Shades of Cyprus #035248

Tints of Cyprus #035248

Color information

#035248 (or 0x035248) is unknown color: approx Cyprus. HEX triplet: 03, 52 and 48. RGB value is (3,82,72). Sum of RGB (Red+Green+Blue) = 3+82+72=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #035248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035248 is #FCADB7. Grayscale: #393939. Windows color (decimal): -16559544 or 4739587. OLE color: 4739587.

HSL color Cylindrical-coordinate representation of color #035248: hue angle of 172.41º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035248 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB38272-
CMYK0.9600.120.68
HSL172.41º92.94%16.67%-
HSV(B)172.41º96.34%32.16%-
XYZ4.226.527.17-
YUV57.24136.3389.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 82 (32.42% from 255) = 52.23%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=1.91%
G=52.23%
B=45.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal382720.9600.120.68172.4192.9416.67
Hex35248600C44ac5d11
Octal312211014001410425413521
Binary1110100101001000110000001100100010010101100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035248; }

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

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

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

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

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

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

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

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