Html Css Color HEX #2598AB Pelorous

📋 copy color: '#2598AB'

red 37 ◦ green 152 ◦ blue 171

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

Shades of Pelorous #2598AB

Tints of Pelorous #2598AB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.22%

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

R = 10.28%
G = 42.22%
B = 47.5%

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

#2598AB (or 0x2598AB) is known color: Pelorous. HEX triplet: 25, 98 and AB. RGB value is (37,152,171). Sum of RGB (Red+Green+Blue) = 37+152+171=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #2598AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2598AB is #DA6754. Grayscale: #777777. Windows color (decimal): -14313301 or 11245605. OLE color: 11245605.

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

Color convert

RGB 37 152 171 -
CMYK 0.78 0.11 0 0.33
HSL 188.51º 0.64% 0.41% -
HSV(B) 188.51º 0.78% 0.67% -
XYZ 19.34 25.79 42.49 -
YUV 119.78 156.9 68.96 -
System Red Green Blue C M Y K H S L
Decimal 37 152 171 0.78 0.11 0 0.33 188.51 0.64 0.41
Hex 25 98 AB 4E B 0 21 BD 40 29
Octal 45 230 253 116 13 0 41 275 100 51
Binary 100101 10011000 10101011 1001110 1011 0 100001 10111101 1000000 101001

Color Harmonies of #2598AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2598AB

Black with #2598AB

Text Example


Text Example

White with #2598AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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