Html Css Color HEX #306A69 Genoa

📋 copy color: '#306A69'

red 48 ◦ green 106 ◦ blue 105

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

Shades of Genoa #306A69

Tints of Genoa #306A69

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.93%

 BLUE value IS 105 (41.41% from 255) = 40.54%

R = 18.53%
G = 40.93%
B = 40.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#306A69 (or 0x306A69) is known color: Genoa. HEX triplet: 30, 6A and 69. RGB value is (48,106,105). Sum of RGB (Red+Green+Blue) = 48+106+105=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 106 - color contains mainly: green. Hex color #306A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A69 is #CF9596. Grayscale: #585858. Windows color (decimal): -13604247 or 6908464. OLE color: 6908464.

HSL color Cylindrical-coordinate representation of color #306A69: hue angle of 178.97º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306A69 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 106 105 -
CMYK 0.55 0 0.01 0.58
HSL 178.97º 0.38% 0.3% -
HSV(B) 178.97º 0.55% 0.42% -
XYZ 8.92 11.96 15.2 -
YUV 88.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 48 106 105 0.55 0 0.01 0.58 178.97 0.38 0.3
Hex 30 6A 69 37 0 1 3A B3 26 1E
Octal 60 152 151 67 0 1 72 263 46 36
Binary 110000 1101010 1101001 110111 0 1 111010 10110011 100110 11110

Color Harmonies of #306A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A69

Black with #306A69

Text Example


Text Example

White with #306A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306A69; }

 p { color: rgb(48,106,105); }

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

background-color css

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

 a { background-color: rgb(48,106,105); }

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

border-color css

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

 span { border-color: rgb(48,106,105); }

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