Html Css Color HEX #2493AE Pelorous

📋 copy color: '#2493AE'

red 36 ◦ green 147 ◦ blue 174

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

Shades of Pelorous #2493AE

Tints of Pelorous #2493AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.74%

R = 10.08%
G = 41.18%
B = 48.74%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2493AE (or 0x2493AE) is known color: Pelorous. HEX triplet: 24, 93 and AE. RGB value is (36,147,174). Sum of RGB (Red+Green+Blue) = 36+147+174=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #2493AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2493AE is #DB6C51. Grayscale: #747474. Windows color (decimal): -14380114 or 11440932. OLE color: 11440932.

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

Color convert

RGB 36 147 174 -
CMYK 0.79 0.16 0 0.32
HSL 191.74º 0.66% 0.41% -
HSV(B) 191.74º 0.79% 0.68% -
XYZ 18.8 24.3 43.74 -
YUV 116.89 160.23 70.3 -
System Red Green Blue C M Y K H S L
Decimal 36 147 174 0.79 0.16 0 0.32 191.74 0.66 0.41
Hex 24 93 AE 4F 10 0 20 C0 42 29
Octal 44 223 256 117 20 0 40 300 102 51
Binary 100100 10010011 10101110 1001111 10000 0 100000 11000000 1000010 101001

Color Harmonies of #2493AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2493AE

Black with #2493AE

Text Example


Text Example

White with #2493AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2493AE; }

 p { color: rgb(36,147,174); }

 H1.HeaderClassName
 {
   color: #2493AE;
 }
 .AnyTagClassName
 {
   color: #2493AE;
 }
</style>

background-color css

<style>
 a { background-color: #2493AE; }

 a { background-color: rgb(36,147,174); }

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

border-color css

<style>
 span { border-color: #2493AE; }

 span { border-color: rgb(36,147,174); }

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