Html Css Color HEX #2595AD Pelorous

📋 copy color: '#2595AD'

red 37 ◦ green 149 ◦ blue 173

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

Shades of Pelorous #2595AD

Tints of Pelorous #2595AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.19%

R = 10.31%
G = 41.5%
B = 48.19%

CMYK

 C value IS 0.79

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2595AD (or 0x2595AD) is known color: Pelorous. HEX triplet: 25, 95 and AD. RGB value is (37,149,173). Sum of RGB (Red+Green+Blue) = 37+149+173=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #2595AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2595AD is #DA6A52. Grayscale: #767676. Windows color (decimal): -14314067 or 11375909. OLE color: 11375909.

HSL color Cylindrical-coordinate representation of color #2595AD: hue angle of 190.59º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2595AD is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 149 173 -
CMYK 0.79 0.14 0 0.32
HSL 190.59º 0.65% 0.41% -
HSV(B) 190.59º 0.79% 0.68% -
XYZ 19.05 24.91 43.34 -
YUV 118.25 158.89 70.05 -
System Red Green Blue C M Y K H S L
Decimal 37 149 173 0.79 0.14 0 0.32 190.59 0.65 0.41
Hex 25 95 AD 4F E 0 20 BF 41 29
Octal 45 225 255 117 16 0 40 277 101 51
Binary 100101 10010101 10101101 1001111 1110 0 100000 10111111 1000001 101001

Color Harmonies of #2595AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2595AD

Black with #2595AD

Text Example


Text Example

White with #2595AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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