Html Css Color HEX #2833EA Persian Blue

📋 copy color: '#2833EA'

red 40 ◦ green 51 ◦ blue 234

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

Shades of Persian Blue #2833EA

Tints of Persian Blue #2833EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 72%

R = 12.31%
G = 15.69%
B = 72%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2833EA (or 0x2833EA) is known color: Persian Blue. HEX triplet: 28, 33 and EA. RGB value is (40,51,234). Sum of RGB (Red+Green+Blue) = 40+51+234=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #2833EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2833EA is #D7CC15. Grayscale: #434343. Windows color (decimal): -14142486 or 15348520. OLE color: 15348520.

HSL color Cylindrical-coordinate representation of color #2833EA: hue angle of 236.6º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2833EA is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 51 234 -
CMYK 0.83 0.78 0 0.08
HSL 236.6º 0.82% 0.54% -
HSV(B) 236.6º 0.83% 0.92% -
XYZ 16.91 8.76 78.64 -
YUV 68.57 221.36 107.62 -
System Red Green Blue C M Y K H S L
Decimal 40 51 234 0.83 0.78 0 0.08 236.6 0.82 0.54
Hex 28 33 EA 53 4E 0 8 ED 52 36
Octal 50 63 352 123 116 0 10 355 122 66
Binary 101000 110011 11101010 1010011 1001110 0 1000 11101101 1010010 110110

Color Harmonies of #2833EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2833EA

Black with #2833EA

Text Example


Text Example

White with #2833EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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