Html Css Color HEX #2838DB Persian Blue

📋 copy color: '#2838DB'

red 40 ◦ green 56 ◦ blue 219

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

Shades of Persian Blue #2838DB

Tints of Persian Blue #2838DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

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

R = 12.7%
G = 17.78%
B = 69.52%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2838DB (or 0x2838DB) is known color: Persian Blue. HEX triplet: 28, 38 and DB. RGB value is (40,56,219). Sum of RGB (Red+Green+Blue) = 40+56+219=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #2838DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2838DB is #D7C724. Grayscale: #454545. Windows color (decimal): -14141221 or 14366760. OLE color: 14366760.

HSL color Cylindrical-coordinate representation of color #2838DB: hue angle of 234.64º 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 #2838DB is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 56 219 -
CMYK 0.82 0.74 0 0.14
HSL 234.64º 0.71% 0.51% -
HSV(B) 234.64º 0.82% 0.86% -
XYZ 15.08 8.39 67.84 -
YUV 69.8 212.2 106.75 -
System Red Green Blue C M Y K H S L
Decimal 40 56 219 0.82 0.74 0 0.14 234.64 0.71 0.51
Hex 28 38 DB 52 4A 0 E EB 47 33
Octal 50 70 333 122 112 0 16 353 107 63
Binary 101000 111000 11011011 1010010 1001010 0 1110 11101011 1000111 110011

Color Harmonies of #2838DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2838DB

Black with #2838DB

Text Example


Text Example

White with #2838DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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