Html Css Color HEX #2596CC Pelorous

📋 copy color: '#2596CC'

red 37 ◦ green 150 ◦ blue 204

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

Shades of Pelorous #2596CC

Tints of Pelorous #2596CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.17%

R = 9.46%
G = 38.36%
B = 52.17%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2596CC (or 0x2596CC) is known color: Pelorous. HEX triplet: 25, 96 and CC. RGB value is (37,150,204). Sum of RGB (Red+Green+Blue) = 37+150+204=391 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.46% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #2596CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2596CC is #DA6933. Grayscale: #7A7A7A. Windows color (decimal): -14313780 or 13407781. OLE color: 13407781.

HSL color Cylindrical-coordinate representation of color #2596CC: hue angle of 199.4º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2596CC is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 150 204 -
CMYK 0.82 0.26 0 0.2
HSL 199.4º 0.69% 0.47% -
HSV(B) 199.4º 0.82% 0.8% -
XYZ 22.57 26.57 61.06 -
YUV 122.37 174.06 67.11 -
System Red Green Blue C M Y K H S L
Decimal 37 150 204 0.82 0.26 0 0.2 199.4 0.69 0.47
Hex 25 96 CC 52 1A 0 14 C7 45 2F
Octal 45 226 314 122 32 0 24 307 105 57
Binary 100101 10010110 11001100 1010010 11010 0 10100 11000111 1000101 101111

Color Harmonies of #2596CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2596CC

Black with #2596CC

Text Example


Text Example

White with #2596CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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