Html Css Color HEX #231BAE Persian Blue

📋 copy color: '#231BAE'

red 35 ◦ green 27 ◦ blue 174

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

Shades of Persian Blue #231BAE

Tints of Persian Blue #231BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.44%

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

R = 14.83%
G = 11.44%
B = 73.73%

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

#231BAE (or 0x231BAE) is known color: Persian Blue. HEX triplet: 23, 1B and AE. RGB value is (35,27,174). Sum of RGB (Red+Green+Blue) = 35+27+174=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #231BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231BAE is #DCE451. Grayscale: #2D2D2D. Windows color (decimal): -14476370 or 11410211. OLE color: 11410211.

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

Color convert

RGB 35 27 174 -
CMYK 0.80 0.84 0 0.32
HSL 243.27º 0.73% 0.39% -
HSV(B) 243.27º 0.84% 0.68% -
XYZ 8.73 4.2 40.39 -
YUV 46.15 200.15 120.05 -
System Red Green Blue C M Y K H S L
Decimal 35 27 174 0.80 0.84 0 0.32 243.27 0.73 0.39
Hex 23 1B AE 50 54 0 20 F3 49 27
Octal 43 33 256 120 124 0 40 363 111 47
Binary 100011 11011 10101110 1010000 1010100 0 100000 11110011 1001001 100111

Color Harmonies of #231BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231BAE

Black with #231BAE

Text Example


Text Example

White with #231BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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