Html Css Color HEX #306864 Genoa

📋 copy color: '#306864'

red 48 ◦ green 104 ◦ blue 100

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

Shades of Genoa #306864

Tints of Genoa #306864

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.27%

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

R = 19.05%
G = 41.27%
B = 39.68%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#306864 (or 0x306864) is known color: Genoa. HEX triplet: 30, 68 and 64. RGB value is (48,104,100). Sum of RGB (Red+Green+Blue) = 48+104+100=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 104 - color contains mainly: green. Hex color #306864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306864 is #CF979B. Grayscale: #565656. Windows color (decimal): -13604764 or 6580272. OLE color: 6580272.

HSL color Cylindrical-coordinate representation of color #306864: hue angle of 175.71º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #306864 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 104 100 -
CMYK 0.54 0 0.04 0.59
HSL 175.71º 0.37% 0.3% -
HSV(B) 175.71º 0.54% 0.41% -
XYZ 8.47 11.45 13.82 -
YUV 86.8 135.45 100.33 -
System Red Green Blue C M Y K H S L
Decimal 48 104 100 0.54 0 0.04 0.59 175.71 0.37 0.3
Hex 30 68 64 36 0 4 3B B0 25 1E
Octal 60 150 144 66 0 4 73 260 45 36
Binary 110000 1101000 1100100 110110 0 100 111011 10110000 100101 11110

Color Harmonies of #306864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306864

Black with #306864

Text Example


Text Example

White with #306864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306864; }

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

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

background-color css

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

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

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

border-color css

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

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

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