Html Css Color HEX #257469 Genoa

📋 copy color: '#257469'

red 37 ◦ green 116 ◦ blue 105

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

Shades of Genoa #257469

Tints of Genoa #257469

RGB

 RED value IS 37 (14.84% from 255) = 14.34%

 GREEN value IS 116 (45.7% from 255) = 44.96%

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

R = 14.34%
G = 44.96%
B = 40.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#257469 (or 0x257469) is known color: Genoa. HEX triplet: 25, 74 and 69. RGB value is (37,116,105). Sum of RGB (Red+Green+Blue) = 37+116+105=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #257469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257469 is #DA8B96. Grayscale: #5B5B5B. Windows color (decimal): -14322583 or 6911013. OLE color: 6911013.

HSL color Cylindrical-coordinate representation of color #257469: hue angle of 171.65º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257469 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 116 105 -
CMYK 0.68 0 0.09 0.55
HSL 171.65º 0.52% 0.3% -
HSV(B) 171.65º 0.68% 0.45% -
XYZ 9.56 13.9 15.54 -
YUV 91.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 37 116 105 0.68 0 0.09 0.55 171.65 0.52 0.3
Hex 25 74 69 44 0 9 37 AC 34 1E
Octal 45 164 151 104 0 11 67 254 64 36
Binary 100101 1110100 1101001 1000100 0 1001 110111 10101100 110100 11110

Color Harmonies of #257469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257469

Black with #257469

Text Example


Text Example

White with #257469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257469; }

 p { color: rgb(37,116,105); }

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

background-color css

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

 a { background-color: rgb(37,116,105); }

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

border-color css

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

 span { border-color: rgb(37,116,105); }

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