Html Css Color HEX #301ECE Persian Blue

📋 copy color: '#301ECE'

red 48 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #301ECE

Tints of Persian Blue #301ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.54%

R = 16.9%
G = 10.56%
B = 72.54%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#301ECE (or 0x301ECE) is known color: Persian Blue. HEX triplet: 30, 1E and CE. RGB value is (48,30,206). Sum of RGB (Red+Green+Blue) = 48+30+206=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #301ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301ECE is #CFE131. Grayscale: #363636. Windows color (decimal): -13623602 or 13508144. OLE color: 13508144.

HSL color Cylindrical-coordinate representation of color #301ECE: hue angle of 246.14º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301ECE is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 30 206 -
CMYK 0.77 0.85 0 0.19
HSL 246.14º 0.75% 0.46% -
HSV(B) 246.14º 0.85% 0.81% -
XYZ 12.82 6.01 58.88 -
YUV 55.45 212.96 122.69 -
System Red Green Blue C M Y K H S L
Decimal 48 30 206 0.77 0.85 0 0.19 246.14 0.75 0.46
Hex 30 1E CE 4D 55 0 13 F6 4B 2E
Octal 60 36 316 115 125 0 23 366 113 56
Binary 110000 11110 11001110 1001101 1010101 0 10011 11110110 1001011 101110

Color Harmonies of #301ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301ECE

Black with #301ECE

Text Example


Text Example

White with #301ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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