Html Css Color HEX #2423BC Persian Blue

📋 copy color: '#2423BC'

red 36 ◦ green 35 ◦ blue 188

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

Shades of Persian Blue #2423BC

Tints of Persian Blue #2423BC

RGB

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

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

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

R = 13.9%
G = 13.51%
B = 72.59%

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

#2423BC (or 0x2423BC) is known color: Persian Blue. HEX triplet: 24, 23 and BC. RGB value is (36,35,188). Sum of RGB (Red+Green+Blue) = 36+35+188=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #2423BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2423BC is #DBDC43. Grayscale: #343434. Windows color (decimal): -14408772 or 12329764. OLE color: 12329764.

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

Color convert

RGB 36 35 188 -
CMYK 0.81 0.81 0 0.26
HSL 240.39º 0.69% 0.44% -
HSV(B) 240.39º 0.81% 0.74% -
XYZ 10.41 5.21 48.03 -
YUV 52.74 204.33 116.06 -
System Red Green Blue C M Y K H S L
Decimal 36 35 188 0.81 0.81 0 0.26 240.39 0.69 0.44
Hex 24 23 BC 51 51 0 1A F0 45 2C
Octal 44 43 274 121 121 0 32 360 105 54
Binary 100100 100011 10111100 1010001 1010001 0 11010 11110000 1000101 101100

Color Harmonies of #2423BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2423BC

Black with #2423BC

Text Example


Text Example

White with #2423BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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