Html Css Color HEX #257268 Genoa

📋 copy color: '#257268'

red 37 ◦ green 114 ◦ blue 104

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

Shades of Genoa #257268

Tints of Genoa #257268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.71%

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

R = 14.51%
G = 44.71%
B = 40.78%

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

#257268 (or 0x257268) is known color: Genoa. HEX triplet: 25, 72 and 68. RGB value is (37,114,104). Sum of RGB (Red+Green+Blue) = 37+114+104=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #257268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257268 is #DA8D97. Grayscale: #595959. Windows color (decimal): -14323096 or 6844965. OLE color: 6844965.

HSL color Cylindrical-coordinate representation of color #257268: hue angle of 172.21º degrees, saturation: 0.51, 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 #257268 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 114 104 -
CMYK 0.68 0 0.09 0.55
HSL 172.21º 0.51% 0.3% -
HSV(B) 172.21º 0.68% 0.45% -
XYZ 9.28 13.43 15.2 -
YUV 89.84 135.99 90.31 -
System Red Green Blue C M Y K H S L
Decimal 37 114 104 0.68 0 0.09 0.55 172.21 0.51 0.3
Hex 25 72 68 44 0 9 37 AC 33 1E
Octal 45 162 150 104 0 11 67 254 63 36
Binary 100101 1110010 1101000 1000100 0 1001 110111 10101100 110011 11110

Color Harmonies of #257268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257268

Black with #257268

Text Example


Text Example

White with #257268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257268; }

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

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

background-color css

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

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

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

border-color css

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

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

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