Html Css Color HEX #2598BA Pelorous

📋 copy color: '#2598BA'

red 37 ◦ green 152 ◦ blue 186

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

Shades of Pelorous #2598BA

Tints of Pelorous #2598BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 9.87%
G = 40.53%
B = 49.6%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2598BA (or 0x2598BA) is known color: Pelorous. HEX triplet: 25, 98 and BA. RGB value is (37,152,186). Sum of RGB (Red+Green+Blue) = 37+152+186=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #2598BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2598BA is #DA6745. Grayscale: #797979. Windows color (decimal): -14313286 or 12228645. OLE color: 12228645.

HSL color Cylindrical-coordinate representation of color #2598BA: hue angle of 193.69º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2598BA is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 152 186 -
CMYK 0.80 0.18 0 0.27
HSL 193.69º 0.67% 0.44% -
HSV(B) 193.69º 0.8% 0.73% -
XYZ 20.85 26.39 50.45 -
YUV 121.49 164.4 67.74 -
System Red Green Blue C M Y K H S L
Decimal 37 152 186 0.80 0.18 0 0.27 193.69 0.67 0.44
Hex 25 98 BA 50 12 0 1B C2 43 2C
Octal 45 230 272 120 22 0 33 302 103 54
Binary 100101 10011000 10111010 1010000 10010 0 11011 11000010 1000011 101100

Color Harmonies of #2598BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2598BA

Black with #2598BA

Text Example


Text Example

White with #2598BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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