Html Css Color HEX #3017BB Persian Blue

📋 copy color: '#3017BB'

red 48 ◦ green 23 ◦ blue 187

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

Shades of Persian Blue #3017BB

Tints of Persian Blue #3017BB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.91%

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

R = 18.6%
G = 8.91%
B = 72.48%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3017BB (or 0x3017BB) is known color: Persian Blue. HEX triplet: 30, 17 and BB. RGB value is (48,23,187). Sum of RGB (Red+Green+Blue) = 48+23+187=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #3017BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3017BB is #CFE844. Grayscale: #303030. Windows color (decimal): -13625413 or 12261168. OLE color: 12261168.

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

Color convert

RGB 48 23 187 -
CMYK 0.74 0.88 0 0.27
HSL 249.15º 0.78% 0.41% -
HSV(B) 249.15º 0.88% 0.73% -
XYZ 10.49 4.83 47.39 -
YUV 49.17 205.78 127.16 -
System Red Green Blue C M Y K H S L
Decimal 48 23 187 0.74 0.88 0 0.27 249.15 0.78 0.41
Hex 30 17 BB 4A 58 0 1B F9 4E 29
Octal 60 27 273 112 130 0 33 371 116 51
Binary 110000 10111 10111011 1001010 1011000 0 11011 11111001 1001110 101001

Color Harmonies of #3017BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3017BB

Black with #3017BB

Text Example


Text Example

White with #3017BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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