Html Css Color HEX #2428BC Persian Blue

📋 copy color: '#2428BC'

red 36 ◦ green 40 ◦ blue 188

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

Shades of Persian Blue #2428BC

Tints of Persian Blue #2428BC

RGB

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

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

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

R = 13.64%
G = 15.15%
B = 71.21%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2428BC (or 0x2428BC) is known color: Persian Blue. HEX triplet: 24, 28 and BC. RGB value is (36,40,188). Sum of RGB (Red+Green+Blue) = 36+40+188=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #2428BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2428BC is #DBD743. Grayscale: #373737. Windows color (decimal): -14407492 or 12331044. OLE color: 12331044.

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

Color convert

RGB 36 40 188 -
CMYK 0.81 0.79 0 0.26
HSL 238.42º 0.68% 0.44% -
HSV(B) 238.42º 0.81% 0.74% -
XYZ 10.56 5.52 48.09 -
YUV 55.68 202.67 113.97 -
System Red Green Blue C M Y K H S L
Decimal 36 40 188 0.81 0.79 0 0.26 238.42 0.68 0.44
Hex 24 28 BC 51 4F 0 1A EE 44 2C
Octal 44 50 274 121 117 0 32 356 104 54
Binary 100100 101000 10111100 1010001 1001111 0 11010 11101110 1000100 101100

Color Harmonies of #2428BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2428BC

Black with #2428BC

Text Example


Text Example

White with #2428BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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