Html Css Color HEX #301EBE Persian Blue

📋 copy color: '#301EBE'

red 48 ◦ green 30 ◦ blue 190

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

Shades of Persian Blue #301EBE

Tints of Persian Blue #301EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 70.9%

R = 17.91%
G = 11.19%
B = 70.9%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#301EBE (or 0x301EBE) is known color: Persian Blue. HEX triplet: 30, 1E and BE. RGB value is (48,30,190). Sum of RGB (Red+Green+Blue) = 48+30+190=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #301EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301EBE is #CFE141. Grayscale: #343434. Windows color (decimal): -13623618 or 12459568. OLE color: 12459568.

HSL color Cylindrical-coordinate representation of color #301EBE: hue angle of 246.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301EBE is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 30 190 -
CMYK 0.75 0.84 0 0.25
HSL 246.75º 0.73% 0.43% -
HSV(B) 246.75º 0.84% 0.75% -
XYZ 10.98 5.27 49.15 -
YUV 53.62 204.96 123.99 -
System Red Green Blue C M Y K H S L
Decimal 48 30 190 0.75 0.84 0 0.25 246.75 0.73 0.43
Hex 30 1E BE 4B 54 0 19 F7 49 2B
Octal 60 36 276 113 124 0 31 367 111 53
Binary 110000 11110 10111110 1001011 1010100 0 11001 11110111 1001001 101011

Color Harmonies of #301EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301EBE

Black with #301EBE

Text Example


Text Example

White with #301EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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