Html Css Color HEX #2826BE Persian Blue

📋 copy color: '#2826BE'

red 40 ◦ green 38 ◦ blue 190

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

Shades of Persian Blue #2826BE

Tints of Persian Blue #2826BE

RGB

 RED value IS 40 (16.02% from 255) = 14.93%

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

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

R = 14.93%
G = 14.18%
B = 70.9%

CMYK

 C value IS 0.79

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2826BE (or 0x2826BE) is known color: Persian Blue. HEX triplet: 28, 26 and BE. RGB value is (40,38,190). Sum of RGB (Red+Green+Blue) = 40+38+190=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #2826BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2826BE is #D7D941. Grayscale: #373737. Windows color (decimal): -14145858 or 12461608. OLE color: 12461608.

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

Color convert

RGB 40 38 190 -
CMYK 0.79 0.8 0 0.25
HSL 240.79º 0.67% 0.45% -
HSV(B) 240.79º 0.8% 0.75% -
XYZ 10.86 5.56 49.21 -
YUV 55.93 203.66 116.64 -
System Red Green Blue C M Y K H S L
Decimal 40 38 190 0.79 0.8 0 0.25 240.79 0.67 0.45
Hex 28 26 BE 4F 50 0 19 F1 43 2D
Octal 50 46 276 117 120 0 31 361 103 55
Binary 101000 100110 10111110 1001111 1010000 0 11001 11110001 1000011 101101

Color Harmonies of #2826BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2826BE

Black with #2826BE

Text Example


Text Example

White with #2826BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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