Html Css Color HEX #2594AD Pelorous

📋 copy color: '#2594AD'

red 37 ◦ green 148 ◦ blue 173

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

Shades of Pelorous #2594AD

Tints of Pelorous #2594AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.34%

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

R = 10.34%
G = 41.34%
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

#2594AD (or 0x2594AD) is known color: Pelorous. HEX triplet: 25, 94 and AD. RGB value is (37,148,173). Sum of RGB (Red+Green+Blue) = 37+148+173=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 148 (58.20% from 255 or 41.34% 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 #2594AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2594AD is #DA6B52. Grayscale: #757575. Windows color (decimal): -14314323 or 11375653. OLE color: 11375653.

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

Color convert

RGB 37 148 173 -
CMYK 0.79 0.14 0 0.32
HSL 191.03º 0.65% 0.41% -
HSV(B) 191.03º 0.79% 0.68% -
XYZ 18.9 24.59 43.29 -
YUV 117.66 159.23 70.47 -
System Red Green Blue C M Y K H S L
Decimal 37 148 173 0.79 0.14 0 0.32 191.03 0.65 0.41
Hex 25 94 AD 4F E 0 20 BF 41 29
Octal 45 224 255 117 16 0 40 277 101 51
Binary 100101 10010100 10101101 1001111 1110 0 100000 10111111 1000001 101001

Color Harmonies of #2594AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2594AD

Black with #2594AD

Text Example


Text Example

White with #2594AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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