Html Css Color HEX #2930BA Persian Blue

📋 copy color: '#2930BA'

red 41 ◦ green 48 ◦ blue 186

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

Shades of Persian Blue #2930BA

Tints of Persian Blue #2930BA

RGB

 RED value IS 41 (16.41% from 255) = 14.91%

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

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

R = 14.91%
G = 17.45%
B = 67.64%

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

#2930BA (or 0x2930BA) is known color: Persian Blue. HEX triplet: 29, 30 and BA. RGB value is (41,48,186). Sum of RGB (Red+Green+Blue) = 41+48+186=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #2930BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2930BA is #D6CF45. Grayscale: #3D3D3D. Windows color (decimal): -14077766 or 12202025. OLE color: 12202025.

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

Color convert

RGB 41 48 186 -
CMYK 0.78 0.74 0 0.27
HSL 237.1º 0.64% 0.45% -
HSV(B) 237.1º 0.78% 0.73% -
XYZ 10.83 6.13 47.07 -
YUV 61.64 198.18 113.28 -
System Red Green Blue C M Y K H S L
Decimal 41 48 186 0.78 0.74 0 0.27 237.1 0.64 0.45
Hex 29 30 BA 4E 4A 0 1B ED 40 2D
Octal 51 60 272 116 112 0 33 355 100 55
Binary 101001 110000 10111010 1001110 1001010 0 11011 11101101 1000000 101101

Color Harmonies of #2930BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2930BA

Black with #2930BA

Text Example


Text Example

White with #2930BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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