Html Css Color HEX #2495AD Pelorous

📋 copy color: '#2495AD'

red 36 ◦ green 149 ◦ blue 173

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

Shades of Pelorous #2495AD

Tints of Pelorous #2495AD

RGB

 RED value IS 36 (14.45% from 255) = 10.06%

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

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

R = 10.06%
G = 41.62%
B = 48.32%

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

#2495AD (or 0x2495AD) is known color: Pelorous. HEX triplet: 24, 95 and AD. RGB value is (36,149,173). Sum of RGB (Red+Green+Blue) = 36+149+173=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #2495AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2495AD is #DB6A52. Grayscale: #757575. Windows color (decimal): -14379603 or 11375908. OLE color: 11375908.

HSL color Cylindrical-coordinate representation of color #2495AD: hue angle of 190.51º degrees, saturation: 0.66, 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 #2495AD is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 149 173 -
CMYK 0.79 0.14 0 0.32
HSL 190.51º 0.66% 0.41% -
HSV(B) 190.51º 0.79% 0.68% -
XYZ 19.02 24.89 43.34 -
YUV 117.95 159.06 69.55 -
System Red Green Blue C M Y K H S L
Decimal 36 149 173 0.79 0.14 0 0.32 190.51 0.66 0.41
Hex 24 95 AD 4F E 0 20 BF 42 29
Octal 44 225 255 117 16 0 40 277 102 51
Binary 100100 10010101 10101101 1001111 1110 0 100000 10111111 1000010 101001

Color Harmonies of #2495AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2495AD

Black with #2495AD

Text Example


Text Example

White with #2495AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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