Html Css Color HEX #306664 Genoa

📋 copy color: '#306664'

red 48 ◦ green 102 ◦ blue 100

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

Shades of Genoa #306664

Tints of Genoa #306664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.8%

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

R = 19.2%
G = 40.8%
B = 40%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.6

RGB Variations

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

Color information

#306664 (or 0x306664) is known color: Genoa. HEX triplet: 30, 66 and 64. RGB value is (48,102,100). Sum of RGB (Red+Green+Blue) = 48+102+100=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #306664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306664 is #CF999B. Grayscale: #555555. Windows color (decimal): -13605276 or 6579760. OLE color: 6579760.

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

Color convert

RGB 48 102 100 -
CMYK 0.53 0 0.02 0.6
HSL 177.78º 0.36% 0.29% -
HSV(B) 177.78º 0.53% 0.4% -
XYZ 8.27 11.05 13.75 -
YUV 85.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 48 102 100 0.53 0 0.02 0.6 177.78 0.36 0.29
Hex 30 66 64 35 0 2 3C B2 24 1D
Octal 60 146 144 65 0 2 74 262 44 35
Binary 110000 1100110 1100100 110101 0 10 111100 10110010 100100 11101

Color Harmonies of #306664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306664

Black with #306664

Text Example


Text Example

White with #306664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306664; }

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

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

background-color css

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

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

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

border-color css

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

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

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