Html Css Color HEX #231CAE Persian Blue

📋 copy color: '#231CAE'

red 35 ◦ green 28 ◦ blue 174

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

Shades of Persian Blue #231CAE

Tints of Persian Blue #231CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.81%

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

R = 14.77%
G = 11.81%
B = 73.42%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#231CAE (or 0x231CAE) is known color: Persian Blue. HEX triplet: 23, 1C and AE. RGB value is (35,28,174). Sum of RGB (Red+Green+Blue) = 35+28+174=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #231CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231CAE is #DCE351. Grayscale: #2E2E2E. Windows color (decimal): -14476114 or 11410467. OLE color: 11410467.

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

Color convert

RGB 35 28 174 -
CMYK 0.80 0.84 0 0.32
HSL 242.88º 0.72% 0.4% -
HSV(B) 242.88º 0.84% 0.68% -
XYZ 8.75 4.24 40.4 -
YUV 46.74 199.82 119.63 -
System Red Green Blue C M Y K H S L
Decimal 35 28 174 0.80 0.84 0 0.32 242.88 0.72 0.4
Hex 23 1C AE 50 54 0 20 F3 48 28
Octal 43 34 256 120 124 0 40 363 110 50
Binary 100011 11100 10101110 1010000 1010100 0 100000 11110011 1001000 101000

Color Harmonies of #231CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231CAE

Black with #231CAE

Text Example


Text Example

White with #231CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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