Html Css Color HEX #257168 Genoa

📋 copy color: '#257168'

red 37 ◦ green 113 ◦ blue 104

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

Shades of Genoa #257168

Tints of Genoa #257168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.49%

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

R = 14.57%
G = 44.49%
B = 40.94%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#257168 (or 0x257168) is known color: Genoa. HEX triplet: 25, 71 and 68. RGB value is (37,113,104). Sum of RGB (Red+Green+Blue) = 37+113+104=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #257168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257168 is #DA8E97. Grayscale: #595959. Windows color (decimal): -14323352 or 6844709. OLE color: 6844709.

HSL color Cylindrical-coordinate representation of color #257168: hue angle of 172.89º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #257168 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 113 104 -
CMYK 0.67 0 0.08 0.56
HSL 172.89º 0.51% 0.29% -
HSV(B) 172.89º 0.67% 0.44% -
XYZ 9.17 13.2 15.16 -
YUV 89.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 37 113 104 0.67 0 0.08 0.56 172.89 0.51 0.29
Hex 25 71 68 43 0 8 38 AD 33 1D
Octal 45 161 150 103 0 10 70 255 63 35
Binary 100101 1110001 1101000 1000011 0 1000 111000 10101101 110011 11101

Color Harmonies of #257168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257168

Black with #257168

Text Example


Text Example

White with #257168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257168; }

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

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

background-color css

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

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

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

border-color css

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

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

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