Html Css Color HEX #302BA9 Persian Blue

📋 copy color: '#302BA9'

red 48 ◦ green 43 ◦ blue 169

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

Shades of Persian Blue #302BA9

Tints of Persian Blue #302BA9

RGB

 RED value IS 48 (19.14% from 255) = 18.46%

 GREEN value IS 43 (17.19% from 255) = 16.54%

 BLUE value IS 169 (66.41% from 255) = 65%

R = 18.46%
G = 16.54%
B = 65%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#302BA9 (or 0x302BA9) is known color: Persian Blue. HEX triplet: 30, 2B and A9. RGB value is (48,43,169). Sum of RGB (Red+Green+Blue) = 48+43+169=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 169 (66.41% from 255 or 65% from 260); Max value from RGB is 169 - color contains mainly: blue. Hex color #302BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302BA9 is #CFD456. Grayscale: #3A3A3A. Windows color (decimal): -13620311 or 11086640. OLE color: 11086640.

HSL color Cylindrical-coordinate representation of color #302BA9: hue angle of 242.38º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302BA9 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 48 43 169 -
CMYK 0.72 0.75 0 0.34
HSL 242.38º 0.59% 0.42% -
HSV(B) 242.38º 0.75% 0.66% -
XYZ 9.24 5.22 38.06 -
YUV 58.86 190.16 120.25 -
System Red Green Blue C M Y K H S L
Decimal 48 43 169 0.72 0.75 0 0.34 242.38 0.59 0.42
Hex 30 2B A9 48 4B 0 22 F2 3B 2A
Octal 60 53 251 110 113 0 42 362 73 52
Binary 110000 101011 10101001 1001000 1001011 0 100010 11110010 111011 101010

Color Harmonies of #302BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302BA9

Black with #302BA9

Text Example


Text Example

White with #302BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302BA9; }

 p { color: rgb(48,43,169); }

 H1.HeaderClassName
 {
   color: #302BA9;
 }
 .AnyTagClassName
 {
   color: #302BA9;
 }
</style>

background-color css

<style>
 a { background-color: #302BA9; }

 a { background-color: rgb(48,43,169); }

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

border-color css

<style>
 span { border-color: #302BA9; }

 span { border-color: rgb(48,43,169); }

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