Html Css Color HEX #301EBA Persian Blue

📋 copy color: '#301EBA'

red 48 ◦ green 30 ◦ blue 186

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

Shades of Persian Blue #301EBA

Tints of Persian Blue #301EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 70.45%

R = 18.18%
G = 11.36%
B = 70.45%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#301EBA (or 0x301EBA) is known color: Persian Blue. HEX triplet: 30, 1E and BA. RGB value is (48,30,186). Sum of RGB (Red+Green+Blue) = 48+30+186=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #301EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301EBA is #CFE145. Grayscale: #343434. Windows color (decimal): -13623622 or 12197424. OLE color: 12197424.

HSL color Cylindrical-coordinate representation of color #301EBA: hue angle of 246.92º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301EBA is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 30 186 -
CMYK 0.74 0.84 0 0.27
HSL 246.92º 0.72% 0.42% -
HSV(B) 246.92º 0.84% 0.73% -
XYZ 10.55 5.1 46.88 -
YUV 53.17 202.96 124.32 -
System Red Green Blue C M Y K H S L
Decimal 48 30 186 0.74 0.84 0 0.27 246.92 0.72 0.42
Hex 30 1E BA 4A 54 0 1B F7 48 2A
Octal 60 36 272 112 124 0 33 367 110 52
Binary 110000 11110 10111010 1001010 1010100 0 11011 11110111 1001000 101010

Color Harmonies of #301EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301EBA

Black with #301EBA

Text Example


Text Example

White with #301EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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