Html Css Color HEX #2833BA Persian Blue

📋 copy color: '#2833BA'

red 40 ◦ green 51 ◦ blue 186

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

Shades of Persian Blue #2833BA

Tints of Persian Blue #2833BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 67.15%

R = 14.44%
G = 18.41%
B = 67.15%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2833BA (or 0x2833BA) is known color: Persian Blue. HEX triplet: 28, 33 and BA. RGB value is (40,51,186). Sum of RGB (Red+Green+Blue) = 40+51+186=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #2833BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2833BA is #D7CC45. Grayscale: #3E3E3E. Windows color (decimal): -14142534 or 12202792. OLE color: 12202792.

HSL color Cylindrical-coordinate representation of color #2833BA: hue angle of 235.48º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2833BA is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 51 186 -
CMYK 0.78 0.73 0 0.27
HSL 235.48º 0.65% 0.44% -
HSV(B) 235.48º 0.78% 0.73% -
XYZ 10.92 6.36 47.11 -
YUV 63.1 197.36 111.52 -
System Red Green Blue C M Y K H S L
Decimal 40 51 186 0.78 0.73 0 0.27 235.48 0.65 0.44
Hex 28 33 BA 4E 49 0 1B EB 41 2C
Octal 50 63 272 116 111 0 33 353 101 54
Binary 101000 110011 10111010 1001110 1001001 0 11011 11101011 1000001 101100

Color Harmonies of #2833BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2833BA

Black with #2833BA

Text Example


Text Example

White with #2833BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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