Html Css Color HEX #2C23AE Persian Blue

📋 copy color: '#2C23AE'

red 44 ◦ green 35 ◦ blue 174

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

Shades of Persian Blue #2C23AE

Tints of Persian Blue #2C23AE

RGB

 RED value IS 44 (17.58% from 255) = 17.39%

 GREEN value IS 35 (14.06% from 255) = 13.83%

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

R = 17.39%
G = 13.83%
B = 68.77%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2C23AE (or 0x2C23AE) is known color: Persian Blue. HEX triplet: 2C, 23 and AE. RGB value is (44,35,174). Sum of RGB (Red+Green+Blue) = 44+35+174=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C23AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C23AE is #D3DC51. Grayscale: #343434. Windows color (decimal): -13884498 or 11412268. OLE color: 11412268.

HSL color Cylindrical-coordinate representation of color #2C23AE: hue angle of 243.88º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C23AE is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 44 35 174 -
CMYK 0.75 0.80 0 0.32
HSL 243.88º 0.67% 0.41% -
HSV(B) 243.88º 0.8% 0.68% -
XYZ 9.28 4.79 40.48 -
YUV 53.54 195.98 121.2 -
System Red Green Blue C M Y K H S L
Decimal 44 35 174 0.75 0.80 0 0.32 243.88 0.67 0.41
Hex 2C 23 AE 4B 50 0 20 F4 43 29
Octal 54 43 256 113 120 0 40 364 103 51
Binary 101100 100011 10101110 1001011 1010000 0 100000 11110100 1000011 101001

Color Harmonies of #2C23AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C23AE

Black with #2C23AE

Text Example


Text Example

White with #2C23AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C23AE; }

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

 H1.HeaderClassName
 {
   color: #2C23AE;
 }
 .AnyTagClassName
 {
   color: #2C23AE;
 }
</style>

background-color css

<style>
 a { background-color: #2C23AE; }

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

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

border-color css

<style>
 span { border-color: #2C23AE; }

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

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