Html Css Color HEX #2426BB Persian Blue

📋 copy color: '#2426BB'

red 36 ◦ green 38 ◦ blue 187

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

Shades of Persian Blue #2426BB

Tints of Persian Blue #2426BB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.56%

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

R = 13.79%
G = 14.56%
B = 71.65%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2426BB (or 0x2426BB) is known color: Persian Blue. HEX triplet: 24, 26 and BB. RGB value is (36,38,187). Sum of RGB (Red+Green+Blue) = 36+38+187=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 187 (73.44% from 255 or 71.65% from 261); Max value from RGB is 187 - color contains mainly: blue. Hex color #2426BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2426BB is #DBD944. Grayscale: #353535. Windows color (decimal): -14408005 or 12264996. OLE color: 12264996.

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

Color convert

RGB 36 38 187 -
CMYK 0.81 0.80 0 0.27
HSL 239.21º 0.68% 0.44% -
HSV(B) 239.21º 0.81% 0.73% -
XYZ 10.39 5.35 47.5 -
YUV 54.39 202.84 114.88 -
System Red Green Blue C M Y K H S L
Decimal 36 38 187 0.81 0.80 0 0.27 239.21 0.68 0.44
Hex 24 26 BB 51 50 0 1B EF 44 2C
Octal 44 46 273 121 120 0 33 357 104 54
Binary 100100 100110 10111011 1010001 1010000 0 11011 11101111 1000100 101100

Color Harmonies of #2426BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2426BB

Black with #2426BB

Text Example


Text Example

White with #2426BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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