Html Css Color HEX #2833DB Persian Blue

📋 copy color: '#2833DB'

red 40 ◦ green 51 ◦ blue 219

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

Shades of Persian Blue #2833DB

Tints of Persian Blue #2833DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.45%

 BLUE value IS 219 (85.94% from 255) = 70.65%

R = 12.9%
G = 16.45%
B = 70.65%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2833DB (or 0x2833DB) is known color: Persian Blue. HEX triplet: 28, 33 and DB. RGB value is (40,51,219). Sum of RGB (Red+Green+Blue) = 40+51+219=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #2833DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2833DB is #D7CC24. Grayscale: #424242. Windows color (decimal): -14142501 or 14365480. OLE color: 14365480.

HSL color Cylindrical-coordinate representation of color #2833DB: hue angle of 236.31º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2833DB is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 51 219 -
CMYK 0.82 0.77 0 0.14
HSL 236.31º 0.71% 0.51% -
HSV(B) 236.31º 0.82% 0.86% -
XYZ 14.85 7.93 67.77 -
YUV 66.86 213.86 108.84 -
System Red Green Blue C M Y K H S L
Decimal 40 51 219 0.82 0.77 0 0.14 236.31 0.71 0.51
Hex 28 33 DB 52 4D 0 E EC 47 33
Octal 50 63 333 122 115 0 16 354 107 63
Binary 101000 110011 11011011 1010010 1001101 0 1110 11101100 1000111 110011

Color Harmonies of #2833DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2833DB

Black with #2833DB

Text Example


Text Example

White with #2833DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2833DB; }

 p { color: rgb(40,51,219); }

 H1.HeaderClassName
 {
   color: #2833DB;
 }
 .AnyTagClassName
 {
   color: #2833DB;
 }
</style>

background-color css

<style>
 a { background-color: #2833DB; }

 a { background-color: rgb(40,51,219); }

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

border-color css

<style>
 span { border-color: #2833DB; }

 span { border-color: rgb(40,51,219); }

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