Html Css Color HEX #303A9F Persian Blue

📋 copy color: '#303A9F'

red 48 ◦ green 58 ◦ blue 159

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

Shades of Persian Blue #303A9F

Tints of Persian Blue #303A9F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.89%

 BLUE value IS 159 (62.5% from 255) = 60%

R = 18.11%
G = 21.89%
B = 60%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#303A9F (or 0x303A9F) is known color: Persian Blue. HEX triplet: 30, 3A and 9F. RGB value is (48,58,159). Sum of RGB (Red+Green+Blue) = 48+58+159=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #303A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303A9F is #CFC560. Grayscale: #424242. Windows color (decimal): -13616481 or 10435120. OLE color: 10435120.

HSL color Cylindrical-coordinate representation of color #303A9F: hue angle of 234.59º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #303A9F is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 58 159 -
CMYK 0.70 0.64 0 0.38
HSL 234.59º 0.54% 0.41% -
HSV(B) 234.59º 0.7% 0.62% -
XYZ 8.99 6.16 33.52 -
YUV 66.52 180.19 114.79 -
System Red Green Blue C M Y K H S L
Decimal 48 58 159 0.70 0.64 0 0.38 234.59 0.54 0.41
Hex 30 3A 9F 46 40 0 26 EB 36 29
Octal 60 72 237 106 100 0 46 353 66 51
Binary 110000 111010 10011111 1000110 1000000 0 100110 11101011 110110 101001

Color Harmonies of #303A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303A9F

Black with #303A9F

Text Example


Text Example

White with #303A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,58,159); }

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

background-color css

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

 a { background-color: rgb(48,58,159); }

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

border-color css

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

 span { border-color: rgb(48,58,159); }

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