Html Css Color HEX #338272 Genoa

📋 copy color: '#338272'

red 51 ◦ green 130 ◦ blue 114

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

Shades of Genoa #338272

Tints of Genoa #338272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.07%

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 17.29%
G = 44.07%
B = 38.64%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#338272 (or 0x338272) is known color: Genoa. HEX triplet: 33, 82 and 72. RGB value is (51,130,114). Sum of RGB (Red+Green+Blue) = 51+130+114=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #338272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338272 is #CC7D8D. Grayscale: #686868. Windows color (decimal): -13401486 or 7504435. OLE color: 7504435.

HSL color Cylindrical-coordinate representation of color #338272: hue angle of 167.85º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338272 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 130 114 -
CMYK 0.61 0 0.12 0.49
HSL 167.85º 0.44% 0.35% -
HSV(B) 167.85º 0.61% 0.51% -
XYZ 12.39 17.88 18.72 -
YUV 104.56 133.33 89.8 -
System Red Green Blue C M Y K H S L
Decimal 51 130 114 0.61 0 0.12 0.49 167.85 0.44 0.35
Hex 33 82 72 3D 0 C 31 A8 2C 23
Octal 63 202 162 75 0 14 61 250 54 43
Binary 110011 10000010 1110010 111101 0 1100 110001 10101000 101100 100011

Color Harmonies of #338272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338272

Black with #338272

Text Example


Text Example

White with #338272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338272; }

 p { color: rgb(51,130,114); }

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

background-color css

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

 a { background-color: rgb(51,130,114); }

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

border-color css

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

 span { border-color: rgb(51,130,114); }

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