Html Css Color HEX #2428BB Persian Blue

📋 copy color: '#2428BB'

red 36 ◦ green 40 ◦ blue 187

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

Shades of Persian Blue #2428BB

Tints of Persian Blue #2428BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.21%

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

R = 13.69%
G = 15.21%
B = 71.1%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2428BB (or 0x2428BB) is known color: Persian Blue. HEX triplet: 24, 28 and BB. RGB value is (36,40,187). Sum of RGB (Red+Green+Blue) = 36+40+187=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #2428BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2428BB is #DBD744. Grayscale: #363636. Windows color (decimal): -14407493 or 12265508. OLE color: 12265508.

HSL color Cylindrical-coordinate representation of color #2428BB: hue angle of 238.41º 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 #2428BB is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 40 187 -
CMYK 0.81 0.79 0 0.27
HSL 238.41º 0.68% 0.44% -
HSV(B) 238.41º 0.81% 0.73% -
XYZ 10.46 5.48 47.52 -
YUV 55.56 202.17 114.05 -
System Red Green Blue C M Y K H S L
Decimal 36 40 187 0.81 0.79 0 0.27 238.41 0.68 0.44
Hex 24 28 BB 51 4F 0 1B EE 44 2C
Octal 44 50 273 121 117 0 33 356 104 54
Binary 100100 101000 10111011 1010001 1001111 0 11011 11101110 1000100 101100

Color Harmonies of #2428BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2428BB

Black with #2428BB

Text Example


Text Example

White with #2428BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2428BB; }

 p { color: rgb(36,40,187); }

 H1.HeaderClassName
 {
   color: #2428BB;
 }
 .AnyTagClassName
 {
   color: #2428BB;
 }
</style>

background-color css

<style>
 a { background-color: #2428BB; }

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

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

border-color css

<style>
 span { border-color: #2428BB; }

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

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