Html Css Color HEX #3014BC Persian Blue

📋 copy color: '#3014BC'

red 48 ◦ green 20 ◦ blue 188

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

Shades of Persian Blue #3014BC

Tints of Persian Blue #3014BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.81%

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

R = 18.75%
G = 7.81%
B = 73.44%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3014BC (or 0x3014BC) is known color: Persian Blue. HEX triplet: 30, 14 and BC. RGB value is (48,20,188). Sum of RGB (Red+Green+Blue) = 48+20+188=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #3014BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3014BC is #CFEB43. Grayscale: #2E2E2E. Windows color (decimal): -13626180 or 12325936. OLE color: 12325936.

HSL color Cylindrical-coordinate representation of color #3014BC: hue angle of 250º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3014BC is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 20 188 -
CMYK 0.74 0.89 0 0.26
HSL 250º 0.81% 0.41% -
HSV(B) 250º 0.89% 0.74% -
XYZ 10.55 4.76 47.94 -
YUV 47.52 207.28 128.34 -
System Red Green Blue C M Y K H S L
Decimal 48 20 188 0.74 0.89 0 0.26 250 0.81 0.41
Hex 30 14 BC 4A 59 0 1A FA 51 29
Octal 60 24 274 112 131 0 32 372 121 51
Binary 110000 10100 10111100 1001010 1011001 0 11010 11111010 1010001 101001

Color Harmonies of #3014BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3014BC

Black with #3014BC

Text Example


Text Example

White with #3014BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3014BC; }

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

 H1.HeaderClassName
 {
   color: #3014BC;
 }
 .AnyTagClassName
 {
   color: #3014BC;
 }
</style>

background-color css

<style>
 a { background-color: #3014BC; }

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

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

border-color css

<style>
 span { border-color: #3014BC; }

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

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