Html Css Color HEX #2832DD Persian Blue

📋 copy color: '#2832DD'

red 40 ◦ green 50 ◦ blue 221

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

Shades of Persian Blue #2832DD

Tints of Persian Blue #2832DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

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

R = 12.86%
G = 16.08%
B = 71.06%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2832DD (or 0x2832DD) is known color: Persian Blue. HEX triplet: 28, 32 and DD. RGB value is (40,50,221). Sum of RGB (Red+Green+Blue) = 40+50+221=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #2832DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2832DD is #D7CD22. Grayscale: #414141. Windows color (decimal): -14142755 or 14496296. OLE color: 14496296.

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

Color convert

RGB 40 50 221 -
CMYK 0.82 0.77 0 0.13
HSL 236.69º 0.73% 0.51% -
HSV(B) 236.69º 0.82% 0.87% -
XYZ 15.07 7.95 69.15 -
YUV 66.5 215.19 109.1 -
System Red Green Blue C M Y K H S L
Decimal 40 50 221 0.82 0.77 0 0.13 236.69 0.73 0.51
Hex 28 32 DD 52 4D 0 D ED 49 33
Octal 50 62 335 122 115 0 15 355 111 63
Binary 101000 110010 11011101 1010010 1001101 0 1101 11101101 1001001 110011

Color Harmonies of #2832DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2832DD

Black with #2832DD

Text Example


Text Example

White with #2832DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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