Html Css Color HEX #2833DA Persian Blue

📋 copy color: '#2833DA'

red 40 ◦ green 51 ◦ blue 218

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

Shades of Persian Blue #2833DA

Tints of Persian Blue #2833DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 70.55%

R = 12.94%
G = 16.5%
B = 70.55%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2833DA (or 0x2833DA) is known color: Persian Blue. HEX triplet: 28, 33 and DA. RGB value is (40,51,218). Sum of RGB (Red+Green+Blue) = 40+51+218=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #2833DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2833DA is #D7CC25. Grayscale: #424242. Windows color (decimal): -14142502 or 14299944. OLE color: 14299944.

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

Color convert

RGB 40 51 218 -
CMYK 0.82 0.77 0 0.15
HSL 236.29º 0.71% 0.51% -
HSV(B) 236.29º 0.82% 0.85% -
XYZ 14.71 7.88 67.08 -
YUV 66.75 213.36 108.92 -
System Red Green Blue C M Y K H S L
Decimal 40 51 218 0.82 0.77 0 0.15 236.29 0.71 0.51
Hex 28 33 DA 52 4D 0 F EC 47 33
Octal 50 63 332 122 115 0 17 354 107 63
Binary 101000 110011 11011010 1010010 1001101 0 1111 11101100 1000111 110011

Color Harmonies of #2833DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2833DA

Black with #2833DA

Text Example


Text Example

White with #2833DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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