Html Css Color HEX #257564 Genoa

📋 copy color: '#257564'

red 37 ◦ green 117 ◦ blue 100

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

Shades of Genoa #257564

Tints of Genoa #257564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.37%

R = 14.57%
G = 46.06%
B = 39.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#257564 (or 0x257564) is known color: Genoa. HEX triplet: 25, 75 and 64. RGB value is (37,117,100). Sum of RGB (Red+Green+Blue) = 37+117+100=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #257564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257564 is #DA8A9B. Grayscale: #5B5B5B. Windows color (decimal): -14322332 or 6583589. OLE color: 6583589.

HSL color Cylindrical-coordinate representation of color #257564: hue angle of 167.25º 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 #257564 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 117 100 -
CMYK 0.68 0 0.15 0.54
HSL 167.25º 0.52% 0.3% -
HSV(B) 167.25º 0.68% 0.46% -
XYZ 9.42 14.04 14.27 -
YUV 91.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 37 117 100 0.68 0 0.15 0.54 167.25 0.52 0.3
Hex 25 75 64 44 0 F 36 A7 34 1E
Octal 45 165 144 104 0 17 66 247 64 36
Binary 100101 1110101 1100100 1000100 0 1111 110110 10100111 110100 11110

Color Harmonies of #257564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257564

Black with #257564

Text Example


Text Example

White with #257564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257564; }

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

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

background-color css

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

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

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

border-color css

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

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

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