Html Css Color HEX #303FAD Persian Blue

📋 copy color: '#303FAD'

red 48 ◦ green 63 ◦ blue 173

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

Shades of Persian Blue #303FAD

Tints of Persian Blue #303FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 22.18%

 BLUE value IS 173 (67.97% from 255) = 60.92%

R = 16.9%
G = 22.18%
B = 60.92%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#303FAD (or 0x303FAD) is known color: Persian Blue. HEX triplet: 30, 3F and AD. RGB value is (48,63,173). Sum of RGB (Red+Green+Blue) = 48+63+173=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #303FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303FAD is #CFC052. Grayscale: #464646. Windows color (decimal): -13615187 or 11353904. OLE color: 11353904.

HSL color Cylindrical-coordinate representation of color #303FAD: hue angle of 232.8º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #303FAD is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 63 173 -
CMYK 0.72 0.64 0 0.32
HSL 232.8º 0.57% 0.43% -
HSV(B) 232.8º 0.72% 0.68% -
XYZ 10.54 7.2 40.37 -
YUV 71.06 185.53 111.56 -
System Red Green Blue C M Y K H S L
Decimal 48 63 173 0.72 0.64 0 0.32 232.8 0.57 0.43
Hex 30 3F AD 48 40 0 20 E9 39 2B
Octal 60 77 255 110 100 0 40 351 71 53
Binary 110000 111111 10101101 1001000 1000000 0 100000 11101001 111001 101011

Color Harmonies of #303FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303FAD

Black with #303FAD

Text Example


Text Example

White with #303FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303FAD; }

 p { color: rgb(48,63,173); }

 H1.HeaderClassName
 {
   color: #303FAD;
 }
 .AnyTagClassName
 {
   color: #303FAD;
 }
</style>

background-color css

<style>
 a { background-color: #303FAD; }

 a { background-color: rgb(48,63,173); }

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

border-color css

<style>
 span { border-color: #303FAD; }

 span { border-color: rgb(48,63,173); }

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