Html Css Color HEX #2830BA Persian Blue

📋 copy color: '#2830BA'

red 40 ◦ green 48 ◦ blue 186

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

Shades of Persian Blue #2830BA

Tints of Persian Blue #2830BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.52%

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

R = 14.6%
G = 17.52%
B = 67.88%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2830BA (or 0x2830BA) is known color: Persian Blue. HEX triplet: 28, 30 and BA. RGB value is (40,48,186). Sum of RGB (Red+Green+Blue) = 40+48+186=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #2830BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2830BA is #D7CF45. Grayscale: #3C3C3C. Windows color (decimal): -14143302 or 12202024. OLE color: 12202024.

HSL color Cylindrical-coordinate representation of color #2830BA: hue angle of 236.71º 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 #2830BA is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 48 186 -
CMYK 0.78 0.74 0 0.27
HSL 236.71º 0.65% 0.44% -
HSV(B) 236.71º 0.78% 0.73% -
XYZ 10.79 6.11 47.06 -
YUV 61.34 198.35 112.78 -
System Red Green Blue C M Y K H S L
Decimal 40 48 186 0.78 0.74 0 0.27 236.71 0.65 0.44
Hex 28 30 BA 4E 4A 0 1B ED 41 2C
Octal 50 60 272 116 112 0 33 355 101 54
Binary 101000 110000 10111010 1001110 1001010 0 11011 11101101 1000001 101100

Color Harmonies of #2830BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2830BA

Black with #2830BA

Text Example


Text Example

White with #2830BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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