Html Css Color HEX #257066 Genoa

📋 copy color: '#257066'

red 37 ◦ green 112 ◦ blue 102

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

Shades of Genoa #257066

Tints of Genoa #257066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

 BLUE value IS 102 (40.23% from 255) = 40.64%

R = 14.74%
G = 44.62%
B = 40.64%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#257066 (or 0x257066) is known color: Genoa. HEX triplet: 25, 70 and 66. RGB value is (37,112,102). Sum of RGB (Red+Green+Blue) = 37+112+102=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #257066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257066 is #DA8F99. Grayscale: #585858. Windows color (decimal): -14323610 or 6713381. OLE color: 6713381.

HSL color Cylindrical-coordinate representation of color #257066: hue angle of 172º degrees, saturation: 0.5, 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 #257066 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 112 102 -
CMYK 0.67 0 0.09 0.56
HSL 172º 0.5% 0.29% -
HSV(B) 172º 0.67% 0.44% -
XYZ 8.96 12.94 14.6 -
YUV 88.44 135.65 91.31 -
System Red Green Blue C M Y K H S L
Decimal 37 112 102 0.67 0 0.09 0.56 172 0.5 0.29
Hex 25 70 66 43 0 9 38 AC 32 1D
Octal 45 160 146 103 0 11 70 254 62 35
Binary 100101 1110000 1100110 1000011 0 1001 111000 10101100 110010 11101

Color Harmonies of #257066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257066

Black with #257066

Text Example


Text Example

White with #257066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257066; }

 p { color: rgb(37,112,102); }

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

background-color css

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

 a { background-color: rgb(37,112,102); }

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

border-color css

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

 span { border-color: rgb(37,112,102); }

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