Html Css Color HEX #257569 Genoa

📋 copy color: '#257569'

red 37 ◦ green 117 ◦ blue 105

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

Shades of Genoa #257569

Tints of Genoa #257569

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

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

R = 14.29%
G = 45.17%
B = 40.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#257569 (or 0x257569) is known color: Genoa. HEX triplet: 25, 75 and 69. RGB value is (37,117,105). Sum of RGB (Red+Green+Blue) = 37+117+105=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #257569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257569 is #DA8A96. Grayscale: #5B5B5B. Windows color (decimal): -14322327 or 6911269. OLE color: 6911269.

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

Color convert

RGB 37 117 105 -
CMYK 0.68 0 0.10 0.54
HSL 171º 0.52% 0.3% -
HSV(B) 171º 0.68% 0.46% -
XYZ 9.67 14.14 15.58 -
YUV 91.71 135.5 88.98 -
System Red Green Blue C M Y K H S L
Decimal 37 117 105 0.68 0 0.10 0.54 171 0.52 0.3
Hex 25 75 69 44 0 A 36 AB 34 1E
Octal 45 165 151 104 0 12 66 253 64 36
Binary 100101 1110101 1101001 1000100 0 1010 110110 10101011 110100 11110

Color Harmonies of #257569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257569

Black with #257569

Text Example


Text Example

White with #257569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257569; }

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

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

background-color css

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

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

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

border-color css

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

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

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