Html Css Color HEX #30846D Genoa

📋 copy color: '#30846D'

red 48 ◦ green 132 ◦ blue 109

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

Shades of Genoa #30846D

Tints of Genoa #30846D

RGB

 RED value IS 48 (19.14% from 255) = 16.61%

 GREEN value IS 132 (51.95% from 255) = 45.67%

 BLUE value IS 109 (42.97% from 255) = 37.72%

R = 16.61%
G = 45.67%
B = 37.72%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#30846D (or 0x30846D) is known color: Genoa. HEX triplet: 30, 84 and 6D. RGB value is (48,132,109). Sum of RGB (Red+Green+Blue) = 48+132+109=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #30846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30846D is #CF7B92. Grayscale: #686868. Windows color (decimal): -13597587 or 7177264. OLE color: 7177264.

HSL color Cylindrical-coordinate representation of color #30846D: hue angle of 163.57º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30846D is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 109 -
CMYK 0.64 0 0.17 0.48
HSL 163.57º 0.47% 0.35% -
HSV(B) 163.57º 0.64% 0.52% -
XYZ 12.23 18.24 17.34 -
YUV 104.26 130.67 87.87 -
System Red Green Blue C M Y K H S L
Decimal 48 132 109 0.64 0 0.17 0.48 163.57 0.47 0.35
Hex 30 84 6D 40 0 11 30 A4 2F 23
Octal 60 204 155 100 0 21 60 244 57 43
Binary 110000 10000100 1101101 1000000 0 10001 110000 10100100 101111 100011

Color Harmonies of #30846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30846D

Black with #30846D

Text Example


Text Example

White with #30846D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,132,109); }

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

background-color css

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

 a { background-color: rgb(48,132,109); }

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

border-color css

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

 span { border-color: rgb(48,132,109); }

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