Html Css Color HEX #2833B9 Persian Blue

📋 copy color: '#2833B9'

red 40 ◦ green 51 ◦ blue 185

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

Shades of Persian Blue #2833B9

Tints of Persian Blue #2833B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 67.03%

R = 14.49%
G = 18.48%
B = 67.03%

CMYK

 C value IS 0.78

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2833B9 (or 0x2833B9) is known color: Persian Blue. HEX triplet: 28, 33 and B9. RGB value is (40,51,185). Sum of RGB (Red+Green+Blue) = 40+51+185=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 185 (72.66% from 255 or 67.03% from 276); Max value from RGB is 185 - color contains mainly: blue. Hex color #2833B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2833B9 is #D7CC46. Grayscale: #3E3E3E. Windows color (decimal): -14142535 or 12137256. OLE color: 12137256.

HSL color Cylindrical-coordinate representation of color #2833B9: hue angle of 235.45º degrees, saturation: 0.64, 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 #2833B9 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 51 185 -
CMYK 0.78 0.72 0 0.27
HSL 235.45º 0.64% 0.44% -
HSV(B) 235.45º 0.78% 0.73% -
XYZ 10.82 6.32 46.55 -
YUV 62.99 196.86 111.6 -
System Red Green Blue C M Y K H S L
Decimal 40 51 185 0.78 0.72 0 0.27 235.45 0.64 0.44
Hex 28 33 B9 4E 48 0 1B EB 40 2C
Octal 50 63 271 116 110 0 33 353 100 54
Binary 101000 110011 10111001 1001110 1001000 0 11011 11101011 1000000 101100

Color Harmonies of #2833B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2833B9

Black with #2833B9

Text Example


Text Example

White with #2833B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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