Html Css Color HEX #303EAE Persian Blue

📋 copy color: '#303EAE'

red 48 ◦ green 62 ◦ blue 174

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

Shades of Persian Blue #303EAE

Tints of Persian Blue #303EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.27%

R = 16.9%
G = 21.83%
B = 61.27%

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

#303EAE (or 0x303EAE) is known color: Persian Blue. HEX triplet: 30, 3E and AE. RGB value is (48,62,174). Sum of RGB (Red+Green+Blue) = 48+62+174=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #303EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303EAE is #CFC151. Grayscale: #464646. Windows color (decimal): -13615442 or 11419184. OLE color: 11419184.

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

Color convert

RGB 48 62 174 -
CMYK 0.72 0.64 0 0.32
HSL 233.33º 0.57% 0.44% -
HSV(B) 233.33º 0.72% 0.68% -
XYZ 10.58 7.13 40.86 -
YUV 70.58 186.36 111.89 -
System Red Green Blue C M Y K H S L
Decimal 48 62 174 0.72 0.64 0 0.32 233.33 0.57 0.44
Hex 30 3E AE 48 40 0 20 E9 39 2C
Octal 60 76 256 110 100 0 40 351 71 54
Binary 110000 111110 10101110 1001000 1000000 0 100000 11101001 111001 101100

Color Harmonies of #303EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303EAE

Black with #303EAE

Text Example


Text Example

White with #303EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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