Html Css Color HEX #3012BF Persian Blue

📋 copy color: '#3012BF'

red 48 ◦ green 18 ◦ blue 191

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

Shades of Persian Blue #3012BF

Tints of Persian Blue #3012BF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

 BLUE value IS 191 (75% from 255) = 74.32%

R = 18.68%
G = 7%
B = 74.32%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3012BF (or 0x3012BF) is known color: Persian Blue. HEX triplet: 30, 12 and BF. RGB value is (48,18,191). Sum of RGB (Red+Green+Blue) = 48+18+191=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #3012BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3012BF is #CFED40. Grayscale: #2E2E2E. Windows color (decimal): -13626689 or 12522032. OLE color: 12522032.

HSL color Cylindrical-coordinate representation of color #3012BF: hue angle of 250.4º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3012BF is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 18 191 -
CMYK 0.75 0.91 0 0.25
HSL 250.4º 0.83% 0.41% -
HSV(B) 250.4º 0.91% 0.75% -
XYZ 10.84 4.82 49.65 -
YUV 46.69 209.44 128.93 -
System Red Green Blue C M Y K H S L
Decimal 48 18 191 0.75 0.91 0 0.25 250.4 0.83 0.41
Hex 30 12 BF 4B 5B 0 19 FA 53 29
Octal 60 22 277 113 133 0 31 372 123 51
Binary 110000 10010 10111111 1001011 1011011 0 11001 11111010 1010011 101001

Color Harmonies of #3012BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3012BF

Black with #3012BF

Text Example


Text Example

White with #3012BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3012BF; }

 p { color: rgb(48,18,191); }

 H1.HeaderClassName
 {
   color: #3012BF;
 }
 .AnyTagClassName
 {
   color: #3012BF;
 }
</style>

background-color css

<style>
 a { background-color: #3012BF; }

 a { background-color: rgb(48,18,191); }

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

border-color css

<style>
 span { border-color: #3012BF; }

 span { border-color: rgb(48,18,191); }

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