Html Css Color HEX #2597AA Pelorous

📋 copy color: '#2597AA'

red 37 ◦ green 151 ◦ blue 170

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

Shades of Pelorous #2597AA

Tints of Pelorous #2597AA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.18%

 BLUE value IS 170 (66.8% from 255) = 47.49%

R = 10.34%
G = 42.18%
B = 47.49%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2597AA (or 0x2597AA) is known color: Pelorous. HEX triplet: 25, 97 and AA. RGB value is (37,151,170). Sum of RGB (Red+Green+Blue) = 37+151+170=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #2597AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2597AA is #DA6855. Grayscale: #767676. Windows color (decimal): -14313558 or 11179813. OLE color: 11179813.

HSL color Cylindrical-coordinate representation of color #2597AA: hue angle of 188.57º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2597AA is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 151 170 -
CMYK 0.78 0.11 0 0.33
HSL 188.57º 0.64% 0.41% -
HSV(B) 188.57º 0.78% 0.67% -
XYZ 19.09 25.43 41.93 -
YUV 119.08 156.73 69.46 -
System Red Green Blue C M Y K H S L
Decimal 37 151 170 0.78 0.11 0 0.33 188.57 0.64 0.41
Hex 25 97 AA 4E B 0 21 BD 40 29
Octal 45 227 252 116 13 0 41 275 100 51
Binary 100101 10010111 10101010 1001110 1011 0 100001 10111101 1000000 101001

Color Harmonies of #2597AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2597AA

Black with #2597AA

Text Example


Text Example

White with #2597AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2597AA; }

 p { color: rgb(37,151,170); }

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

background-color css

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

 a { background-color: rgb(37,151,170); }

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

border-color css

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

 span { border-color: rgb(37,151,170); }

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