Html Css Color HEX #301EBC Persian Blue

📋 copy color: '#301EBC'

red 48 ◦ green 30 ◦ blue 188

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

Shades of Persian Blue #301EBC

Tints of Persian Blue #301EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.68%

R = 18.05%
G = 11.28%
B = 70.68%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#301EBC (or 0x301EBC) is known color: Persian Blue. HEX triplet: 30, 1E and BC. RGB value is (48,30,188). Sum of RGB (Red+Green+Blue) = 48+30+188=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #301EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301EBC is #CFE143. Grayscale: #343434. Windows color (decimal): -13623620 or 12328496. OLE color: 12328496.

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

Color convert

RGB 48 30 188 -
CMYK 0.74 0.84 0 0.26
HSL 246.84º 0.72% 0.43% -
HSV(B) 246.84º 0.84% 0.74% -
XYZ 10.76 5.19 48.01 -
YUV 53.39 203.96 124.15 -
System Red Green Blue C M Y K H S L
Decimal 48 30 188 0.74 0.84 0 0.26 246.84 0.72 0.43
Hex 30 1E BC 4A 54 0 1A F7 48 2B
Octal 60 36 274 112 124 0 32 367 110 53
Binary 110000 11110 10111100 1001010 1010100 0 11010 11110111 1001000 101011

Color Harmonies of #301EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301EBC

Black with #301EBC

Text Example


Text Example

White with #301EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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