Html Css Color HEX #257467 Genoa

📋 copy color: '#257467'

red 37 ◦ green 116 ◦ blue 103

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

Shades of Genoa #257467

Tints of Genoa #257467

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.31%

 BLUE value IS 103 (40.63% from 255) = 40.23%

R = 14.45%
G = 45.31%
B = 40.23%

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

#257467 (or 0x257467) is known color: Genoa. HEX triplet: 25, 74 and 67. RGB value is (37,116,103). Sum of RGB (Red+Green+Blue) = 37+116+103=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #257467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257467 is #DA8B98. Grayscale: #5A5A5A. Windows color (decimal): -14322585 or 6779941. OLE color: 6779941.

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

Color convert

RGB 37 116 103 -
CMYK 0.68 0 0.11 0.55
HSL 170.13º 0.52% 0.3% -
HSV(B) 170.13º 0.68% 0.45% -
XYZ 9.46 13.86 15.01 -
YUV 90.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 37 116 103 0.68 0 0.11 0.55 170.13 0.52 0.3
Hex 25 74 67 44 0 B 37 AA 34 1E
Octal 45 164 147 104 0 13 67 252 64 36
Binary 100101 1110100 1100111 1000100 0 1011 110111 10101010 110100 11110

Color Harmonies of #257467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257467

Black with #257467

Text Example


Text Example

White with #257467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257467; }

 p { color: rgb(37,116,103); }

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

background-color css

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

 a { background-color: rgb(37,116,103); }

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

border-color css

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

 span { border-color: rgb(37,116,103); }

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