Html Css Color HEX #03463A Cyprus

📋 copy color: '#03463A'

red 3 ◦ green 70 ◦ blue 58

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

Shades of Cyprus #03463A

Tints of Cyprus #03463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 53.44%

 BLUE value IS 58 (23.05% from 255) = 44.27%

R = 2.29%
G = 53.44%
B = 44.27%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#03463A (or 0x03463A) is known color: Cyprus. HEX triplet: 03, 46 and 3A. RGB value is (3,70,58). Sum of RGB (Red+Green+Blue) = 3+70+58=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #03463A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03463A is #FCB9C5. Grayscale: #303030. Windows color (decimal): -16562630 or 3819011. OLE color: 3819011.

HSL color Cylindrical-coordinate representation of color #03463A: hue angle of 169.25º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03463A is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 70 58 -
CMYK 0.96 0 0.17 0.73
HSL 169.25º 0.92% 0.14% -
HSV(B) 169.25º 0.96% 0.27% -
XYZ 2.99 4.71 4.75 -
YUV 48.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 3 70 58 0.96 0 0.17 0.73 169.25 0.92 0.14
Hex 3 46 3A 60 0 11 49 A9 5C E
Octal 3 106 72 140 0 21 111 251 134 16
Binary 11 1000110 111010 1100000 0 10001 1001001 10101001 1011100 1110

Color Harmonies of #03463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03463A

Black with #03463A

Text Example


Text Example

White with #03463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03463A; }

 p { color: rgb(3,70,58); }

 H1.HeaderClassName
 {
   color: #03463A;
 }
 .AnyTagClassName
 {
   color: #03463A;
 }
</style>

background-color css

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

 a { background-color: rgb(3,70,58); }

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

border-color css

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

 span { border-color: rgb(3,70,58); }

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