Html Css Color HEX #2C23BB Persian Blue

📋 copy color: '#2C23BB'

red 44 ◦ green 35 ◦ blue 187

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

Shades of Persian Blue #2C23BB

Tints of Persian Blue #2C23BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 70.3%

R = 16.54%
G = 13.16%
B = 70.3%

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

#2C23BB (or 0x2C23BB) is known color: Persian Blue. HEX triplet: 2C, 23 and BB. RGB value is (44,35,187). Sum of RGB (Red+Green+Blue) = 44+35+187=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C23BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C23BB is #D3DC44. Grayscale: #363636. Windows color (decimal): -13884485 or 12264236. OLE color: 12264236.

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

Color convert

RGB 44 35 187 -
CMYK 0.76 0.81 0 0.27
HSL 243.55º 0.68% 0.44% -
HSV(B) 243.55º 0.81% 0.73% -
XYZ 10.61 5.33 47.48 -
YUV 55.02 202.48 120.14 -
System Red Green Blue C M Y K H S L
Decimal 44 35 187 0.76 0.81 0 0.27 243.55 0.68 0.44
Hex 2C 23 BB 4C 51 0 1B F4 44 2C
Octal 54 43 273 114 121 0 33 364 104 54
Binary 101100 100011 10111011 1001100 1010001 0 11011 11110100 1000100 101100

Color Harmonies of #2C23BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C23BB

Black with #2C23BB

Text Example


Text Example

White with #2C23BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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