Html Css Color HEX #306764 Genoa

📋 copy color: '#306764'

red 48 ◦ green 103 ◦ blue 100

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

Shades of Genoa #306764

Tints of Genoa #306764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.04%

 BLUE value IS 100 (39.45% from 255) = 39.84%

R = 19.12%
G = 41.04%
B = 39.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#306764 (or 0x306764) is known color: Genoa. HEX triplet: 30, 67 and 64. RGB value is (48,103,100). Sum of RGB (Red+Green+Blue) = 48+103+100=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 103 - color contains mainly: green. Hex color #306764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306764 is #CF989B. Grayscale: #565656. Windows color (decimal): -13605020 or 6580016. OLE color: 6580016.

HSL color Cylindrical-coordinate representation of color #306764: hue angle of 176.73º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306764 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 103 100 -
CMYK 0.53 0 0.03 0.60
HSL 176.73º 0.36% 0.3% -
HSV(B) 176.73º 0.53% 0.4% -
XYZ 8.37 11.25 13.79 -
YUV 86.21 135.78 100.74 -
System Red Green Blue C M Y K H S L
Decimal 48 103 100 0.53 0 0.03 0.60 176.73 0.36 0.3
Hex 30 67 64 35 0 3 3C B1 24 1E
Octal 60 147 144 65 0 3 74 261 44 36
Binary 110000 1100111 1100100 110101 0 11 111100 10110001 100100 11110

Color Harmonies of #306764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306764

Black with #306764

Text Example


Text Example

White with #306764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306764; }

 p { color: rgb(48,103,100); }

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

background-color css

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

 a { background-color: rgb(48,103,100); }

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

border-color css

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

 span { border-color: rgb(48,103,100); }

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