Html Css Color HEX #2593AB Pelorous

📋 copy color: '#2593AB'

red 37 ◦ green 147 ◦ blue 171

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

Shades of Pelorous #2593AB

Tints of Pelorous #2593AB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.41%

 BLUE value IS 171 (67.19% from 255) = 48.17%

R = 10.42%
G = 41.41%
B = 48.17%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2593AB (or 0x2593AB) is known color: Pelorous. HEX triplet: 25, 93 and AB. RGB value is (37,147,171). Sum of RGB (Red+Green+Blue) = 37+147+171=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #2593AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2593AB is #DA6C54. Grayscale: #747474. Windows color (decimal): -14314581 or 11244325. OLE color: 11244325.

HSL color Cylindrical-coordinate representation of color #2593AB: hue angle of 190.75º 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 #2593AB is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 147 171 -
CMYK 0.78 0.14 0 0.33
HSL 190.75º 0.64% 0.41% -
HSV(B) 190.75º 0.78% 0.67% -
XYZ 18.55 24.2 42.22 -
YUV 116.85 158.56 71.05 -
System Red Green Blue C M Y K H S L
Decimal 37 147 171 0.78 0.14 0 0.33 190.75 0.64 0.41
Hex 25 93 AB 4E E 0 21 BF 40 29
Octal 45 223 253 116 16 0 41 277 100 51
Binary 100101 10010011 10101011 1001110 1110 0 100001 10111111 1000000 101001

Color Harmonies of #2593AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2593AB

Black with #2593AB

Text Example


Text Example

White with #2593AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2593AB; }

 p { color: rgb(37,147,171); }

 H1.HeaderClassName
 {
   color: #2593AB;
 }
 .AnyTagClassName
 {
   color: #2593AB;
 }
</style>

background-color css

<style>
 a { background-color: #2593AB; }

 a { background-color: rgb(37,147,171); }

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

border-color css

<style>
 span { border-color: #2593AB; }

 span { border-color: rgb(37,147,171); }

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