Html Css Color HEX #2595AA Pelorous

📋 copy color: '#2595AA'

red 37 ◦ green 149 ◦ blue 170

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

Shades of Pelorous #2595AA

Tints of Pelorous #2595AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.75%

R = 10.39%
G = 41.85%
B = 47.75%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2595AA (or 0x2595AA) is known color: Pelorous. HEX triplet: 25, 95 and AA. RGB value is (37,149,170). Sum of RGB (Red+Green+Blue) = 37+149+170=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #2595AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2595AA is #DA6A55. Grayscale: #757575. Windows color (decimal): -14314070 or 11179301. OLE color: 11179301.

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

Color convert

RGB 37 149 170 -
CMYK 0.78 0.12 0 0.33
HSL 189.47º 0.64% 0.41% -
HSV(B) 189.47º 0.78% 0.67% -
XYZ 18.77 24.79 41.83 -
YUV 117.91 157.39 70.29 -
System Red Green Blue C M Y K H S L
Decimal 37 149 170 0.78 0.12 0 0.33 189.47 0.64 0.41
Hex 25 95 AA 4E C 0 21 BD 40 29
Octal 45 225 252 116 14 0 41 275 100 51
Binary 100101 10010101 10101010 1001110 1100 0 100001 10111101 1000000 101001

Color Harmonies of #2595AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2595AA

Black with #2595AA

Text Example


Text Example

White with #2595AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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