Html Css Color HEX #2534AE Persian Blue

📋 copy color: '#2534AE'

red 37 ◦ green 52 ◦ blue 174

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

Shades of Persian Blue #2534AE

Tints of Persian Blue #2534AE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.77%

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

R = 14.07%
G = 19.77%
B = 66.16%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2534AE (or 0x2534AE) is known color: Persian Blue. HEX triplet: 25, 34 and AE. RGB value is (37,52,174). Sum of RGB (Red+Green+Blue) = 37+52+174=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #2534AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2534AE is #DACB51. Grayscale: #3C3C3C. Windows color (decimal): -14338898 or 11416613. OLE color: 11416613.

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

Color convert

RGB 37 52 174 -
CMYK 0.79 0.70 0 0.32
HSL 233.43º 0.65% 0.41% -
HSV(B) 233.43º 0.79% 0.68% -
XYZ 9.63 5.91 40.68 -
YUV 61.42 191.53 110.58 -
System Red Green Blue C M Y K H S L
Decimal 37 52 174 0.79 0.70 0 0.32 233.43 0.65 0.41
Hex 25 34 AE 4F 46 0 20 E9 41 29
Octal 45 64 256 117 106 0 40 351 101 51
Binary 100101 110100 10101110 1001111 1000110 0 100000 11101001 1000001 101001

Color Harmonies of #2534AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2534AE

Black with #2534AE

Text Example


Text Example

White with #2534AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,52,174); }

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

background-color css

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

 a { background-color: rgb(37,52,174); }

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

border-color css

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

 span { border-color: rgb(37,52,174); }

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