Html Css Color HEX #336B68 Genoa

📋 copy color: '#336B68'

red 51 ◦ green 107 ◦ blue 104

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

Shades of Genoa #336B68

Tints of Genoa #336B68

RGB

 RED value IS 51 (20.31% from 255) = 19.47%

 GREEN value IS 107 (42.19% from 255) = 40.84%

 BLUE value IS 104 (41.02% from 255) = 39.69%

R = 19.47%
G = 40.84%
B = 39.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#336B68 (or 0x336B68) is known color: Genoa. HEX triplet: 33, 6B and 68. RGB value is (51,107,104). Sum of RGB (Red+Green+Blue) = 51+107+104=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 107 - color contains mainly: green. Hex color #336B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336B68 is #CC9497. Grayscale: #595959. Windows color (decimal): -13407384 or 6843187. OLE color: 6843187.

HSL color Cylindrical-coordinate representation of color #336B68: hue angle of 176.79º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #336B68 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 107 104 -
CMYK 0.52 0 0.03 0.58
HSL 176.79º 0.35% 0.31% -
HSV(B) 176.79º 0.52% 0.42% -
XYZ 9.12 12.22 14.97 -
YUV 89.91 135.95 100.24 -
System Red Green Blue C M Y K H S L
Decimal 51 107 104 0.52 0 0.03 0.58 176.79 0.35 0.31
Hex 33 6B 68 34 0 3 3A B1 23 1F
Octal 63 153 150 64 0 3 72 261 43 37
Binary 110011 1101011 1101000 110100 0 11 111010 10110001 100011 11111

Color Harmonies of #336B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336B68

Black with #336B68

Text Example


Text Example

White with #336B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336B68; }

 p { color: rgb(51,107,104); }

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

background-color css

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

 a { background-color: rgb(51,107,104); }

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

border-color css

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

 span { border-color: rgb(51,107,104); }

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