Html Css Color HEX #3011BB Persian Blue

📋 copy color: '#3011BB'

red 48 ◦ green 17 ◦ blue 187

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

Shades of Persian Blue #3011BB

Tints of Persian Blue #3011BB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.75%

 BLUE value IS 187 (73.44% from 255) = 74.21%

R = 19.05%
G = 6.75%
B = 74.21%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3011BB (or 0x3011BB) is known color: Persian Blue. HEX triplet: 30, 11 and BB. RGB value is (48,17,187). Sum of RGB (Red+Green+Blue) = 48+17+187=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 187 (73.44% from 255 or 74.21% from 252); Max value from RGB is 187 - color contains mainly: blue. Hex color #3011BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3011BB is #CFEE44. Grayscale: #2D2D2D. Windows color (decimal): -13626949 or 12259632. OLE color: 12259632.

HSL color Cylindrical-coordinate representation of color #3011BB: hue angle of 250.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3011BB is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 17 187 -
CMYK 0.74 0.91 0 0.27
HSL 250.94º 0.83% 0.4% -
HSV(B) 250.94º 0.91% 0.73% -
XYZ 10.39 4.62 47.36 -
YUV 45.65 207.77 129.68 -
System Red Green Blue C M Y K H S L
Decimal 48 17 187 0.74 0.91 0 0.27 250.94 0.83 0.4
Hex 30 11 BB 4A 5B 0 1B FB 53 28
Octal 60 21 273 112 133 0 33 373 123 50
Binary 110000 10001 10111011 1001010 1011011 0 11011 11111011 1010011 101000

Color Harmonies of #3011BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3011BB

Black with #3011BB

Text Example


Text Example

White with #3011BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3011BB; }

 p { color: rgb(48,17,187); }

 H1.HeaderClassName
 {
   color: #3011BB;
 }
 .AnyTagClassName
 {
   color: #3011BB;
 }
</style>

background-color css

<style>
 a { background-color: #3011BB; }

 a { background-color: rgb(48,17,187); }

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

border-color css

<style>
 span { border-color: #3011BB; }

 span { border-color: rgb(48,17,187); }

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