Html Css Color HEX #3012BE Persian Blue

📋 copy color: '#3012BE'

red 48 ◦ green 18 ◦ blue 190

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

Shades of Persian Blue #3012BE

Tints of Persian Blue #3012BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 74.22%

R = 18.75%
G = 7.03%
B = 74.22%

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

#3012BE (or 0x3012BE) is known color: Persian Blue. HEX triplet: 30, 12 and BE. RGB value is (48,18,190). Sum of RGB (Red+Green+Blue) = 48+18+190=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #3012BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3012BE is #CFED41. Grayscale: #2D2D2D. Windows color (decimal): -13626690 or 12456496. OLE color: 12456496.

HSL color Cylindrical-coordinate representation of color #3012BE: hue angle of 250.47º 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 #3012BE is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 18 190 -
CMYK 0.75 0.91 0 0.25
HSL 250.47º 0.83% 0.41% -
HSV(B) 250.47º 0.91% 0.75% -
XYZ 10.73 4.78 49.07 -
YUV 46.58 208.94 129.01 -
System Red Green Blue C M Y K H S L
Decimal 48 18 190 0.75 0.91 0 0.25 250.47 0.83 0.41
Hex 30 12 BE 4B 5B 0 19 FA 53 29
Octal 60 22 276 113 133 0 31 372 123 51
Binary 110000 10010 10111110 1001011 1011011 0 11001 11111010 1010011 101001

Color Harmonies of #3012BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3012BE

Black with #3012BE

Text Example


Text Example

White with #3012BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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