Html Css Color HEX #3013BC Persian Blue

📋 copy color: '#3013BC'

red 48 ◦ green 19 ◦ blue 188

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

Shades of Persian Blue #3013BC

Tints of Persian Blue #3013BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.45%

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

R = 18.82%
G = 7.45%
B = 73.73%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3013BC (or 0x3013BC) is known color: Persian Blue. HEX triplet: 30, 13 and BC. RGB value is (48,19,188). Sum of RGB (Red+Green+Blue) = 48+19+188=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #3013BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3013BC is #CFEC43. Grayscale: #2E2E2E. Windows color (decimal): -13626436 or 12325680. OLE color: 12325680.

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

Color convert

RGB 48 19 188 -
CMYK 0.74 0.90 0 0.26
HSL 250.3º 0.82% 0.41% -
HSV(B) 250.3º 0.9% 0.74% -
XYZ 10.53 4.72 47.93 -
YUV 46.94 207.61 128.76 -
System Red Green Blue C M Y K H S L
Decimal 48 19 188 0.74 0.90 0 0.26 250.3 0.82 0.41
Hex 30 13 BC 4A 5A 0 1A FA 52 29
Octal 60 23 274 112 132 0 32 372 122 51
Binary 110000 10011 10111100 1001010 1011010 0 11010 11111010 1010010 101001

Color Harmonies of #3013BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3013BC

Black with #3013BC

Text Example


Text Example

White with #3013BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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