Html Css Color HEX #2597AB Pelorous

📋 copy color: '#2597AB'

red 37 ◦ green 151 ◦ blue 171

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

Shades of Pelorous #2597AB

Tints of Pelorous #2597AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 10.31%
G = 42.06%
B = 47.63%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2597AB (or 0x2597AB) is known color: Pelorous. HEX triplet: 25, 97 and AB. RGB value is (37,151,171). Sum of RGB (Red+Green+Blue) = 37+151+171=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #2597AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2597AB is #DA6854. Grayscale: #767676. Windows color (decimal): -14313557 or 11245349. OLE color: 11245349.

HSL color Cylindrical-coordinate representation of color #2597AB: hue angle of 188.96º 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 #2597AB is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 151 171 -
CMYK 0.78 0.12 0 0.33
HSL 188.96º 0.64% 0.41% -
HSV(B) 188.96º 0.78% 0.67% -
XYZ 19.18 25.47 42.43 -
YUV 119.19 157.23 69.37 -
System Red Green Blue C M Y K H S L
Decimal 37 151 171 0.78 0.12 0 0.33 188.96 0.64 0.41
Hex 25 97 AB 4E C 0 21 BD 40 29
Octal 45 227 253 116 14 0 41 275 100 51
Binary 100101 10010111 10101011 1001110 1100 0 100001 10111101 1000000 101001

Color Harmonies of #2597AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2597AB

Black with #2597AB

Text Example


Text Example

White with #2597AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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