Html Css Color HEX #301EAC Persian Blue

📋 copy color: '#301EAC'

red 48 ◦ green 30 ◦ blue 172

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

Shades of Persian Blue #301EAC

Tints of Persian Blue #301EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12%

 BLUE value IS 172 (67.58% from 255) = 68.8%

R = 19.2%
G = 12%
B = 68.8%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#301EAC (or 0x301EAC) is known color: Persian Blue. HEX triplet: 30, 1E and AC. RGB value is (48,30,172). Sum of RGB (Red+Green+Blue) = 48+30+172=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #301EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301EAC is #CFE153. Grayscale: #333333. Windows color (decimal): -13623636 or 11279920. OLE color: 11279920.

HSL color Cylindrical-coordinate representation of color #301EAC: hue angle of 247.61º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301EAC is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 30 172 -
CMYK 0.72 0.83 0 0.33
HSL 247.61º 0.7% 0.4% -
HSV(B) 247.61º 0.83% 0.67% -
XYZ 9.13 4.54 39.42 -
YUV 51.57 195.96 125.45 -
System Red Green Blue C M Y K H S L
Decimal 48 30 172 0.72 0.83 0 0.33 247.61 0.7 0.4
Hex 30 1E AC 48 53 0 21 F8 46 28
Octal 60 36 254 110 123 0 41 370 106 50
Binary 110000 11110 10101100 1001000 1010011 0 100001 11111000 1000110 101000

Color Harmonies of #301EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301EAC

Black with #301EAC

Text Example


Text Example

White with #301EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301EAC; }

 p { color: rgb(48,30,172); }

 H1.HeaderClassName
 {
   color: #301EAC;
 }
 .AnyTagClassName
 {
   color: #301EAC;
 }
</style>

background-color css

<style>
 a { background-color: #301EAC; }

 a { background-color: rgb(48,30,172); }

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

border-color css

<style>
 span { border-color: #301EAC; }

 span { border-color: rgb(48,30,172); }

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