Html Css Color HEX #03493D Cyprus

📋 copy color: '#03493D'

red 3 ◦ green 73 ◦ blue 61

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

Shades of Cyprus #03493D

Tints of Cyprus #03493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 44.53%

R = 2.19%
G = 53.28%
B = 44.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#03493D (or 0x03493D) is known color: Cyprus. HEX triplet: 03, 49 and 3D. RGB value is (3,73,61). Sum of RGB (Red+Green+Blue) = 3+73+61=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #03493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03493D is #FCB6C2. Grayscale: #323232. Windows color (decimal): -16561859 or 4016387. OLE color: 4016387.

HSL color Cylindrical-coordinate representation of color #03493D: hue angle of 169.71º 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 #03493D is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 73 61 -
CMYK 0.96 0 0.16 0.71
HSL 169.71º 0.92% 0.15% -
HSV(B) 169.71º 0.96% 0.29% -
XYZ 3.26 5.12 5.23 -
YUV 50.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 3 73 61 0.96 0 0.16 0.71 169.71 0.92 0.15
Hex 3 49 3D 60 0 10 47 AA 5C F
Octal 3 111 75 140 0 20 107 252 134 17
Binary 11 1001001 111101 1100000 0 10000 1000111 10101010 1011100 1111

Color Harmonies of #03493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03493D

Black with #03493D

Text Example


Text Example

White with #03493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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