Html Css Color HEX #301CBE Persian Blue

📋 copy color: '#301CBE'

red 48 ◦ green 28 ◦ blue 190

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

Shades of Persian Blue #301CBE

Tints of Persian Blue #301CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.53%

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

R = 18.05%
G = 10.53%
B = 71.43%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#301CBE (or 0x301CBE) is known color: Persian Blue. HEX triplet: 30, 1C and BE. RGB value is (48,28,190). Sum of RGB (Red+Green+Blue) = 48+28+190=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #301CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301CBE is #CFE341. Grayscale: #333333. Windows color (decimal): -13624130 or 12459056. OLE color: 12459056.

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

Color convert

RGB 48 28 190 -
CMYK 0.75 0.85 0 0.25
HSL 247.41º 0.74% 0.43% -
HSV(B) 247.41º 0.85% 0.75% -
XYZ 10.93 5.18 49.14 -
YUV 52.45 205.63 124.83 -
System Red Green Blue C M Y K H S L
Decimal 48 28 190 0.75 0.85 0 0.25 247.41 0.74 0.43
Hex 30 1C BE 4B 55 0 19 F7 4A 2B
Octal 60 34 276 113 125 0 31 367 112 53
Binary 110000 11100 10111110 1001011 1010101 0 11001 11110111 1001010 101011

Color Harmonies of #301CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301CBE

Black with #301CBE

Text Example


Text Example

White with #301CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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