Html Css Color HEX #231EAE Persian Blue

📋 copy color: '#231EAE'

red 35 ◦ green 30 ◦ blue 174

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

Shades of Persian Blue #231EAE

Tints of Persian Blue #231EAE

RGB

 RED value IS 35 (14.06% from 255) = 14.64%

 GREEN value IS 30 (12.11% from 255) = 12.55%

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

R = 14.64%
G = 12.55%
B = 72.8%

CMYK

 C value IS 0.80

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#231EAE (or 0x231EAE) is known color: Persian Blue. HEX triplet: 23, 1E and AE. RGB value is (35,30,174). Sum of RGB (Red+Green+Blue) = 35+30+174=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #231EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231EAE is #DCE151. Grayscale: #2F2F2F. Windows color (decimal): -14475602 or 11410979. OLE color: 11410979.

HSL color Cylindrical-coordinate representation of color #231EAE: hue angle of 242.08º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #231EAE is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 30 174 -
CMYK 0.80 0.83 0 0.32
HSL 242.08º 0.71% 0.4% -
HSV(B) 242.08º 0.83% 0.68% -
XYZ 8.8 4.34 40.42 -
YUV 47.91 199.16 118.79 -
System Red Green Blue C M Y K H S L
Decimal 35 30 174 0.80 0.83 0 0.32 242.08 0.71 0.4
Hex 23 1E AE 50 53 0 20 F2 47 28
Octal 43 36 256 120 123 0 40 362 107 50
Binary 100011 11110 10101110 1010000 1010011 0 100000 11110010 1000111 101000

Color Harmonies of #231EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231EAE

Black with #231EAE

Text Example


Text Example

White with #231EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231EAE; }

 p { color: rgb(35,30,174); }

 H1.HeaderClassName
 {
   color: #231EAE;
 }
 .AnyTagClassName
 {
   color: #231EAE;
 }
</style>

background-color css

<style>
 a { background-color: #231EAE; }

 a { background-color: rgb(35,30,174); }

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

border-color css

<style>
 span { border-color: #231EAE; }

 span { border-color: rgb(35,30,174); }

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