Html Css Color HEX #257266 Genoa

📋 copy color: '#257266'

red 37 ◦ green 114 ◦ blue 102

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

Shades of Genoa #257266

Tints of Genoa #257266

RGB

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

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

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

R = 14.62%
G = 45.06%
B = 40.32%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#257266 (or 0x257266) is known color: Genoa. HEX triplet: 25, 72 and 66. RGB value is (37,114,102). Sum of RGB (Red+Green+Blue) = 37+114+102=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #257266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257266 is #DA8D99. Grayscale: #595959. Windows color (decimal): -14323098 or 6713893. OLE color: 6713893.

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

Color convert

RGB 37 114 102 -
CMYK 0.68 0 0.11 0.55
HSL 170.65º 0.51% 0.3% -
HSV(B) 170.65º 0.68% 0.45% -
XYZ 9.18 13.39 14.67 -
YUV 89.61 134.99 90.48 -
System Red Green Blue C M Y K H S L
Decimal 37 114 102 0.68 0 0.11 0.55 170.65 0.51 0.3
Hex 25 72 66 44 0 B 37 AB 33 1E
Octal 45 162 146 104 0 13 67 253 63 36
Binary 100101 1110010 1100110 1000100 0 1011 110111 10101011 110011 11110

Color Harmonies of #257266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257266

Black with #257266

Text Example


Text Example

White with #257266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257266; }

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

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

background-color css

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

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

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

border-color css

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

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

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