Html Css Color HEX #2596BC Pelorous

📋 copy color: '#2596BC'

red 37 ◦ green 150 ◦ blue 188

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

Shades of Pelorous #2596BC

Tints of Pelorous #2596BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 9.87%
G = 40%
B = 50.13%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2596BC (or 0x2596BC) is known color: Pelorous. HEX triplet: 25, 96 and BC. RGB value is (37,150,188). Sum of RGB (Red+Green+Blue) = 37+150+188=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #2596BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2596BC is #DA6943. Grayscale: #787878. Windows color (decimal): -14313796 or 12359205. OLE color: 12359205.

HSL color Cylindrical-coordinate representation of color #2596BC: hue angle of 195.1º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2596BC is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 150 188 -
CMYK 0.80 0.20 0 0.26
HSL 195.1º 0.67% 0.44% -
HSV(B) 195.1º 0.8% 0.74% -
XYZ 20.75 25.84 51.47 -
YUV 120.55 166.06 68.41 -
System Red Green Blue C M Y K H S L
Decimal 37 150 188 0.80 0.20 0 0.26 195.1 0.67 0.44
Hex 25 96 BC 50 14 0 1A C3 43 2C
Octal 45 226 274 120 24 0 32 303 103 54
Binary 100101 10010110 10111100 1010000 10100 0 11010 11000011 1000011 101100

Color Harmonies of #2596BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2596BC

Black with #2596BC

Text Example


Text Example

White with #2596BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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