Html Css Color HEX #03493F Cyprus

📋 copy color: '#03493F'

red 3 ◦ green 73 ◦ blue 63

#03493F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #03493F

Tints of Cyprus #03493F

RGB

 RED value IS 3 (1.56% from 255) = 2.16%

 GREEN value IS 73 (28.91% from 255) = 52.52%

 BLUE value IS 63 (25% from 255) = 45.32%

R = 2.16%
G = 52.52%
B = 45.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#03493F (or 0x03493F) is known color: Cyprus. HEX triplet: 03, 49 and 3F. RGB value is (3,73,63). Sum of RGB (Red+Green+Blue) = 3+73+63=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #03493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03493F is #FCB6C0. Grayscale: #323232. Windows color (decimal): -16561857 or 4147459. OLE color: 4147459.

HSL color Cylindrical-coordinate representation of color #03493F: hue angle of 171.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03493F is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 73 63 -
CMYK 0.96 0 0.14 0.71
HSL 171.43º 0.92% 0.15% -
HSV(B) 171.43º 0.96% 0.29% -
XYZ 3.32 5.14 5.52 -
YUV 50.93 134.81 93.81 -
System Red Green Blue C M Y K H S L
Decimal 3 73 63 0.96 0 0.14 0.71 171.43 0.92 0.15
Hex 3 49 3F 60 0 E 47 AB 5C F
Octal 3 111 77 140 0 16 107 253 134 17
Binary 11 1001001 111111 1100000 0 1110 1000111 10101011 1011100 1111

Color Harmonies of #03493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03493F

Black with #03493F

Text Example


Text Example

White with #03493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03493F; }

 p { color: rgb(3,73,63); }

 H1.HeaderClassName
 {
   color: #03493F;
 }
 .AnyTagClassName
 {
   color: #03493F;
 }
</style>

background-color css

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

 a { background-color: rgb(3,73,63); }

 div.DivClassName
 {
   background-color: #03493F;
 }
 .BgClassName
 {
   background-color: #03493F;
 }
</style>

border-color css

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

 span { border-color: rgb(3,73,63); }

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