Html Css Color HEX #2424BC Persian Blue

📋 copy color: '#2424BC'

red 36 ◦ green 36 ◦ blue 188

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

Shades of Persian Blue #2424BC

Tints of Persian Blue #2424BC

RGB

 RED value IS 36 (14.45% from 255) = 13.85%

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

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

R = 13.85%
G = 13.85%
B = 72.31%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2424BC (or 0x2424BC) is known color: Persian Blue. HEX triplet: 24, 24 and BC. RGB value is (36,36,188). Sum of RGB (Red+Green+Blue) = 36+36+188=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #2424BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2424BC is #DBDB43. Grayscale: #343434. Windows color (decimal): -14408516 or 12330020. OLE color: 12330020.

HSL color Cylindrical-coordinate representation of color #2424BC: hue angle of 240º 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 #2424BC is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 36 188 -
CMYK 0.81 0.81 0 0.26
HSL 240º 0.68% 0.44% -
HSV(B) 240º 0.81% 0.74% -
XYZ 10.44 5.27 48.04 -
YUV 53.33 204 115.64 -
System Red Green Blue C M Y K H S L
Decimal 36 36 188 0.81 0.81 0 0.26 240 0.68 0.44
Hex 24 24 BC 51 51 0 1A F0 44 2C
Octal 44 44 274 121 121 0 32 360 104 54
Binary 100100 100100 10111100 1010001 1010001 0 11010 11110000 1000100 101100

Color Harmonies of #2424BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2424BC

Black with #2424BC

Text Example


Text Example

White with #2424BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2424BC; }

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

 H1.HeaderClassName
 {
   color: #2424BC;
 }
 .AnyTagClassName
 {
   color: #2424BC;
 }
</style>

background-color css

<style>
 a { background-color: #2424BC; }

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

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

border-color css

<style>
 span { border-color: #2424BC; }

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

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