Html Css Color HEX #3012BC Persian Blue

📋 copy color: '#3012BC'

red 48 ◦ green 18 ◦ blue 188

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

Shades of Persian Blue #3012BC

Tints of Persian Blue #3012BC

RGB

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

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

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

R = 18.9%
G = 7.09%
B = 74.02%

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

#3012BC (or 0x3012BC) is known color: Persian Blue. HEX triplet: 30, 12 and BC. RGB value is (48,18,188). Sum of RGB (Red+Green+Blue) = 48+18+188=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #3012BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3012BC is #CFED43. Grayscale: #2D2D2D. Windows color (decimal): -13626692 or 12325424. OLE color: 12325424.

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

Color convert

RGB 48 18 188 -
CMYK 0.74 0.90 0 0.26
HSL 250.59º 0.83% 0.4% -
HSV(B) 250.59º 0.9% 0.74% -
XYZ 10.51 4.69 47.93 -
YUV 46.35 207.94 129.18 -
System Red Green Blue C M Y K H S L
Decimal 48 18 188 0.74 0.90 0 0.26 250.59 0.83 0.4
Hex 30 12 BC 4A 5A 0 1A FB 53 28
Octal 60 22 274 112 132 0 32 373 123 50
Binary 110000 10010 10111100 1001010 1011010 0 11010 11111011 1010011 101000

Color Harmonies of #3012BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3012BC

Black with #3012BC

Text Example


Text Example

White with #3012BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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