Html Css Color HEX #303EAB Persian Blue

📋 copy color: '#303EAB'

red 48 ◦ green 62 ◦ blue 171

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

Shades of Persian Blue #303EAB

Tints of Persian Blue #303EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.06%

 BLUE value IS 171 (67.19% from 255) = 60.85%

R = 17.08%
G = 22.06%
B = 60.85%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#303EAB (or 0x303EAB) is known color: Persian Blue. HEX triplet: 30, 3E and AB. RGB value is (48,62,171). Sum of RGB (Red+Green+Blue) = 48+62+171=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #303EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303EAB is #CFC154. Grayscale: #454545. Windows color (decimal): -13615445 or 11222576. OLE color: 11222576.

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

Color convert

RGB 48 62 171 -
CMYK 0.72 0.64 0 0.33
HSL 233.17º 0.56% 0.43% -
HSV(B) 233.17º 0.72% 0.67% -
XYZ 10.29 7.01 39.34 -
YUV 70.24 184.86 112.14 -
System Red Green Blue C M Y K H S L
Decimal 48 62 171 0.72 0.64 0 0.33 233.17 0.56 0.43
Hex 30 3E AB 48 40 0 21 E9 38 2B
Octal 60 76 253 110 100 0 41 351 70 53
Binary 110000 111110 10101011 1001000 1000000 0 100001 11101001 111000 101011

Color Harmonies of #303EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303EAB

Black with #303EAB

Text Example


Text Example

White with #303EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,62,171); }

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

background-color css

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

 a { background-color: rgb(48,62,171); }

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

border-color css

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

 span { border-color: rgb(48,62,171); }

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