Html Css Color HEX #2595AC Pelorous

📋 copy color: '#2595AC'

red 37 ◦ green 149 ◦ blue 172

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

Shades of Pelorous #2595AC

Tints of Pelorous #2595AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.62%

 BLUE value IS 172 (67.58% from 255) = 48.04%

R = 10.34%
G = 41.62%
B = 48.04%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2595AC (or 0x2595AC) is known color: Pelorous. HEX triplet: 25, 95 and AC. RGB value is (37,149,172). Sum of RGB (Red+Green+Blue) = 37+149+172=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #2595AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2595AC is #DA6A53. Grayscale: #757575. Windows color (decimal): -14314068 or 11310373. OLE color: 11310373.

HSL color Cylindrical-coordinate representation of color #2595AC: hue angle of 190.22º degrees, saturation: 0.65, 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 #2595AC is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 149 172 -
CMYK 0.78 0.13 0 0.33
HSL 190.22º 0.65% 0.41% -
HSV(B) 190.22º 0.78% 0.67% -
XYZ 18.96 24.87 42.83 -
YUV 118.13 158.39 70.13 -
System Red Green Blue C M Y K H S L
Decimal 37 149 172 0.78 0.13 0 0.33 190.22 0.65 0.41
Hex 25 95 AC 4E D 0 21 BE 41 29
Octal 45 225 254 116 15 0 41 276 101 51
Binary 100101 10010101 10101100 1001110 1101 0 100001 10111110 1000001 101001

Color Harmonies of #2595AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2595AC

Black with #2595AC

Text Example


Text Example

White with #2595AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2595AC; }

 p { color: rgb(37,149,172); }

 H1.HeaderClassName
 {
   color: #2595AC;
 }
 .AnyTagClassName
 {
   color: #2595AC;
 }
</style>

background-color css

<style>
 a { background-color: #2595AC; }

 a { background-color: rgb(37,149,172); }

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

border-color css

<style>
 span { border-color: #2595AC; }

 span { border-color: rgb(37,149,172); }

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