Html Css Color HEX #2426BE Persian Blue

📋 copy color: '#2426BE'

red 36 ◦ green 38 ◦ blue 190

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

Shades of Persian Blue #2426BE

Tints of Persian Blue #2426BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 71.97%

R = 13.64%
G = 14.39%
B = 71.97%

CMYK

 C value IS 0.81

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2426BE (or 0x2426BE) is known color: Persian Blue. HEX triplet: 24, 26 and BE. RGB value is (36,38,190). Sum of RGB (Red+Green+Blue) = 36+38+190=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 190 (74.61% from 255 or 71.97% from 264); Max value from RGB is 190 - color contains mainly: blue. Hex color #2426BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2426BE is #DBD941. Grayscale: #363636. Windows color (decimal): -14408002 or 12461604. OLE color: 12461604.

HSL color Cylindrical-coordinate representation of color #2426BE: hue angle of 239.22º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2426BE is Cyan = 0.81, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 38 190 -
CMYK 0.81 0.8 0 0.25
HSL 239.22º 0.68% 0.44% -
HSV(B) 239.22º 0.81% 0.75% -
XYZ 10.71 5.48 49.21 -
YUV 54.73 204.34 114.64 -
System Red Green Blue C M Y K H S L
Decimal 36 38 190 0.81 0.8 0 0.25 239.22 0.68 0.44
Hex 24 26 BE 51 50 0 19 EF 44 2C
Octal 44 46 276 121 120 0 31 357 104 54
Binary 100100 100110 10111110 1010001 1010000 0 11001 11101111 1000100 101100

Color Harmonies of #2426BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2426BE

Black with #2426BE

Text Example


Text Example

White with #2426BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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