Html Css Color HEX #03463C Cyprus

📋 copy color: '#03463C'

red 3 ◦ green 70 ◦ blue 60

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

Shades of Cyprus #03463C

Tints of Cyprus #03463C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 45.11%

R = 2.26%
G = 52.63%
B = 45.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#03463C (or 0x03463C) is known color: Cyprus. HEX triplet: 03, 46 and 3C. RGB value is (3,70,60). Sum of RGB (Red+Green+Blue) = 3+70+60=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #03463C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03463C is #FCB9C3. Grayscale: #303030. Windows color (decimal): -16562628 or 3950083. OLE color: 3950083.

HSL color Cylindrical-coordinate representation of color #03463C: hue angle of 171.04º 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 #03463C is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 70 60 -
CMYK 0.96 0 0.14 0.73
HSL 171.04º 0.92% 0.14% -
HSV(B) 171.04º 0.96% 0.27% -
XYZ 3.04 4.73 5.03 -
YUV 48.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 3 70 60 0.96 0 0.14 0.73 171.04 0.92 0.14
Hex 3 46 3C 60 0 E 49 AB 5C E
Octal 3 106 74 140 0 16 111 253 134 16
Binary 11 1000110 111100 1100000 0 1110 1001001 10101011 1011100 1110

Color Harmonies of #03463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03463C

Black with #03463C

Text Example


Text Example

White with #03463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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