Html Css Color HEX #2C23BA Persian Blue

📋 copy color: '#2C23BA'

red 44 ◦ green 35 ◦ blue 186

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

Shades of Persian Blue #2C23BA

Tints of Persian Blue #2C23BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 70.19%

R = 16.6%
G = 13.21%
B = 70.19%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C23BA (or 0x2C23BA) is known color: Persian Blue. HEX triplet: 2C, 23 and BA. RGB value is (44,35,186). Sum of RGB (Red+Green+Blue) = 44+35+186=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C23BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C23BA is #D3DC45. Grayscale: #363636. Windows color (decimal): -13884486 or 12198700. OLE color: 12198700.

HSL color Cylindrical-coordinate representation of color #2C23BA: hue angle of 243.58º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C23BA is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 35 186 -
CMYK 0.76 0.81 0 0.27
HSL 243.58º 0.68% 0.43% -
HSV(B) 243.58º 0.81% 0.73% -
XYZ 10.5 5.28 46.92 -
YUV 54.91 201.98 120.22 -
System Red Green Blue C M Y K H S L
Decimal 44 35 186 0.76 0.81 0 0.27 243.58 0.68 0.43
Hex 2C 23 BA 4C 51 0 1B F4 44 2B
Octal 54 43 272 114 121 0 33 364 104 53
Binary 101100 100011 10111010 1001100 1010001 0 11011 11110100 1000100 101011

Color Harmonies of #2C23BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C23BA

Black with #2C23BA

Text Example


Text Example

White with #2C23BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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