Html Css Color HEX #2826DD Persian Blue

📋 copy color: '#2826DD'

red 40 ◦ green 38 ◦ blue 221

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

Shades of Persian Blue #2826DD

Tints of Persian Blue #2826DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.91%

R = 13.38%
G = 12.71%
B = 73.91%

CMYK

 C value IS 0.82

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2826DD (or 0x2826DD) is known color: Persian Blue. HEX triplet: 28, 26 and DD. RGB value is (40,38,221). Sum of RGB (Red+Green+Blue) = 40+38+221=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #2826DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2826DD is #D7D922. Grayscale: #3A3A3A. Windows color (decimal): -14145827 or 14493224. OLE color: 14493224.

HSL color Cylindrical-coordinate representation of color #2826DD: hue angle of 240.66º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2826DD is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 38 221 -
CMYK 0.82 0.83 0 0.13
HSL 240.66º 0.73% 0.51% -
HSV(B) 240.66º 0.83% 0.87% -
XYZ 14.62 7.06 69 -
YUV 59.46 219.16 114.12 -
System Red Green Blue C M Y K H S L
Decimal 40 38 221 0.82 0.83 0 0.13 240.66 0.73 0.51
Hex 28 26 DD 52 53 0 D F1 49 33
Octal 50 46 335 122 123 0 15 361 111 63
Binary 101000 100110 11011101 1010010 1010011 0 1101 11110001 1001001 110011

Color Harmonies of #2826DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2826DD

Black with #2826DD

Text Example


Text Example

White with #2826DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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