Html Css Color HEX #2439AE Persian Blue

📋 copy color: '#2439AE'

red 36 ◦ green 57 ◦ blue 174

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

Shades of Persian Blue #2439AE

Tints of Persian Blue #2439AE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.35%

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

R = 13.48%
G = 21.35%
B = 65.17%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2439AE (or 0x2439AE) is known color: Persian Blue. HEX triplet: 24, 39 and AE. RGB value is (36,57,174). Sum of RGB (Red+Green+Blue) = 36+57+174=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #2439AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2439AE is #DBC651. Grayscale: #3F3F3F. Windows color (decimal): -14403154 or 11417892. OLE color: 11417892.

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

Color convert

RGB 36 57 174 -
CMYK 0.79 0.67 0 0.32
HSL 230.87º 0.66% 0.41% -
HSV(B) 230.87º 0.79% 0.68% -
XYZ 9.83 6.36 40.75 -
YUV 64.06 190.04 107.99 -
System Red Green Blue C M Y K H S L
Decimal 36 57 174 0.79 0.67 0 0.32 230.87 0.66 0.41
Hex 24 39 AE 4F 43 0 20 E7 42 29
Octal 44 71 256 117 103 0 40 347 102 51
Binary 100100 111001 10101110 1001111 1000011 0 100000 11100111 1000010 101001

Color Harmonies of #2439AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2439AE

Black with #2439AE

Text Example


Text Example

White with #2439AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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