Html Css Color HEX #257568 Genoa

📋 copy color: '#257568'

red 37 ◦ green 117 ◦ blue 104

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

Shades of Genoa #257568

Tints of Genoa #257568

RGB

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

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

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

R = 14.34%
G = 45.35%
B = 40.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#257568 (or 0x257568) is known color: Genoa. HEX triplet: 25, 75 and 68. RGB value is (37,117,104). Sum of RGB (Red+Green+Blue) = 37+117+104=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #257568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257568 is #DA8A97. Grayscale: #5B5B5B. Windows color (decimal): -14322328 or 6845733. OLE color: 6845733.

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

Color convert

RGB 37 117 104 -
CMYK 0.68 0 0.11 0.54
HSL 170.25º 0.52% 0.3% -
HSV(B) 170.25º 0.68% 0.46% -
XYZ 9.62 14.12 15.31 -
YUV 91.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 37 117 104 0.68 0 0.11 0.54 170.25 0.52 0.3
Hex 25 75 68 44 0 B 36 AA 34 1E
Octal 45 165 150 104 0 13 66 252 64 36
Binary 100101 1110101 1101000 1000100 0 1011 110110 10101010 110100 11110

Color Harmonies of #257568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257568

Black with #257568

Text Example


Text Example

White with #257568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257568; }

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

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

background-color css

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

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

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

border-color css

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

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

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