Html Css Color HEX #03493B Cyprus

📋 copy color: '#03493B'

red 3 ◦ green 73 ◦ blue 59

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

Shades of Cyprus #03493B

Tints of Cyprus #03493B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 43.7%

R = 2.22%
G = 54.07%
B = 43.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#03493B (or 0x03493B) is known color: Cyprus. HEX triplet: 03, 49 and 3B. RGB value is (3,73,59). Sum of RGB (Red+Green+Blue) = 3+73+59=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #03493B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03493B is #FCB6C4. Grayscale: #323232. Windows color (decimal): -16561861 or 3885315. OLE color: 3885315.

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

Color convert

RGB 3 73 59 -
CMYK 0.96 0 0.19 0.71
HSL 168º 0.92% 0.15% -
HSV(B) 168º 0.96% 0.29% -
XYZ 3.21 5.1 4.95 -
YUV 50.47 132.81 94.14 -
System Red Green Blue C M Y K H S L
Decimal 3 73 59 0.96 0 0.19 0.71 168 0.92 0.15
Hex 3 49 3B 60 0 13 47 A8 5C F
Octal 3 111 73 140 0 23 107 250 134 17
Binary 11 1001001 111011 1100000 0 10011 1000111 10101000 1011100 1111

Color Harmonies of #03493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03493B

Black with #03493B

Text Example


Text Example

White with #03493B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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