Html Css Color HEX #301CCE Persian Blue

📋 copy color: '#301CCE'

red 48 ◦ green 28 ◦ blue 206

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

Shades of Persian Blue #301CCE

Tints of Persian Blue #301CCE

RGB

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

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

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

R = 17.02%
G = 9.93%
B = 73.05%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#301CCE (or 0x301CCE) is known color: Persian Blue. HEX triplet: 30, 1C and CE. RGB value is (48,28,206). Sum of RGB (Red+Green+Blue) = 48+28+206=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #301CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301CCE is #CFE331. Grayscale: #353535. Windows color (decimal): -13624114 or 13507632. OLE color: 13507632.

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

Color convert

RGB 48 28 206 -
CMYK 0.77 0.86 0 0.19
HSL 246.74º 0.76% 0.46% -
HSV(B) 246.74º 0.86% 0.81% -
XYZ 12.77 5.92 58.86 -
YUV 54.27 213.63 123.53 -
System Red Green Blue C M Y K H S L
Decimal 48 28 206 0.77 0.86 0 0.19 246.74 0.76 0.46
Hex 30 1C CE 4D 56 0 13 F7 4C 2E
Octal 60 34 316 115 126 0 23 367 114 56
Binary 110000 11100 11001110 1001101 1010110 0 10011 11110111 1001100 101110

Color Harmonies of #301CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301CCE

Black with #301CCE

Text Example


Text Example

White with #301CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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