Html Css Color HEX #2596BE Pelorous

📋 copy color: '#2596BE'

red 37 ◦ green 150 ◦ blue 190

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

Shades of Pelorous #2596BE

Tints of Pelorous #2596BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.79%

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 9.81%
G = 39.79%
B = 50.4%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2596BE (or 0x2596BE) is known color: Pelorous. HEX triplet: 25, 96 and BE. RGB value is (37,150,190). Sum of RGB (Red+Green+Blue) = 37+150+190=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #2596BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2596BE is #DA6941. Grayscale: #787878. Windows color (decimal): -14313794 or 12490277. OLE color: 12490277.

HSL color Cylindrical-coordinate representation of color #2596BE: hue angle of 195.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2596BE is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 150 190 -
CMYK 0.81 0.21 0 0.25
HSL 195.69º 0.67% 0.45% -
HSV(B) 195.69º 0.81% 0.75% -
XYZ 20.96 25.92 52.61 -
YUV 120.77 167.06 68.25 -
System Red Green Blue C M Y K H S L
Decimal 37 150 190 0.81 0.21 0 0.25 195.69 0.67 0.45
Hex 25 96 BE 51 15 0 19 C4 43 2D
Octal 45 226 276 121 25 0 31 304 103 55
Binary 100101 10010110 10111110 1010001 10101 0 11001 11000100 1000011 101101

Color Harmonies of #2596BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2596BE

Black with #2596BE

Text Example


Text Example

White with #2596BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2596BE; }

 p { color: rgb(37,150,190); }

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

background-color css

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

 a { background-color: rgb(37,150,190); }

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

border-color css

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

 span { border-color: rgb(37,150,190); }

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