Html Css Color HEX #2C24BC Persian Blue

📋 copy color: '#2C24BC'

red 44 ◦ green 36 ◦ blue 188

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

Shades of Persian Blue #2C24BC

Tints of Persian Blue #2C24BC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.43%

 BLUE value IS 188 (73.83% from 255) = 70.15%

R = 16.42%
G = 13.43%
B = 70.15%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C24BC (or 0x2C24BC) is known color: Persian Blue. HEX triplet: 2C, 24 and BC. RGB value is (44,36,188). Sum of RGB (Red+Green+Blue) = 44+36+188=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C24BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C24BC is #D3DB43. Grayscale: #373737. Windows color (decimal): -13884228 or 12330028. OLE color: 12330028.

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

Color convert

RGB 44 36 188 -
CMYK 0.77 0.81 0 0.26
HSL 243.16º 0.68% 0.44% -
HSV(B) 243.16º 0.81% 0.74% -
XYZ 10.75 5.43 48.06 -
YUV 55.72 202.65 119.64 -
System Red Green Blue C M Y K H S L
Decimal 44 36 188 0.77 0.81 0 0.26 243.16 0.68 0.44
Hex 2C 24 BC 4D 51 0 1A F3 44 2C
Octal 54 44 274 115 121 0 32 363 104 54
Binary 101100 100100 10111100 1001101 1010001 0 11010 11110011 1000100 101100

Color Harmonies of #2C24BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C24BC

Black with #2C24BC

Text Example


Text Example

White with #2C24BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,36,188); }

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

background-color css

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

 a { background-color: rgb(44,36,188); }

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

border-color css

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

 span { border-color: rgb(44,36,188); }

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