Html Css Color HEX #2423BD Persian Blue

📋 copy color: '#2423BD'

red 36 ◦ green 35 ◦ blue 189

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

Shades of Persian Blue #2423BD

Tints of Persian Blue #2423BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 72.69%

R = 13.85%
G = 13.46%
B = 72.69%

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

#2423BD (or 0x2423BD) is known color: Persian Blue. HEX triplet: 24, 23 and BD. RGB value is (36,35,189). Sum of RGB (Red+Green+Blue) = 36+35+189=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 189 (74.22% from 255 or 72.69% from 260); Max value from RGB is 189 - color contains mainly: blue. Hex color #2423BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2423BD is #DBDC42. Grayscale: #343434. Windows color (decimal): -14408771 or 12395300. OLE color: 12395300.

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

Color convert

RGB 36 35 189 -
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.51 5.25 48.6 -
YUV 52.86 204.83 115.98 -
System Red Green Blue C M Y K H S L
Decimal 36 35 189 0.81 0.81 0 0.26 240.39 0.69 0.44
Hex 24 23 BD 51 51 0 1A F0 45 2C
Octal 44 43 275 121 121 0 32 360 105 54
Binary 100100 100011 10111101 1010001 1010001 0 11010 11110000 1000101 101100

Color Harmonies of #2423BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2423BD

Black with #2423BD

Text Example


Text Example

White with #2423BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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