Html Css Color HEX #3318BD Persian Blue

📋 copy color: '#3318BD'

red 51 ◦ green 24 ◦ blue 189

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

Shades of Persian Blue #3318BD

Tints of Persian Blue #3318BD

RGB

 RED value IS 51 (20.31% from 255) = 19.32%

 GREEN value IS 24 (9.77% from 255) = 9.09%

 BLUE value IS 189 (74.22% from 255) = 71.59%

R = 19.32%
G = 9.09%
B = 71.59%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3318BD (or 0x3318BD) is known color: Persian Blue. HEX triplet: 33, 18 and BD. RGB value is (51,24,189). Sum of RGB (Red+Green+Blue) = 51+24+189=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #3318BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3318BD is #CCE742. Grayscale: #323232. Windows color (decimal): -13428547 or 12392499. OLE color: 12392499.

HSL color Cylindrical-coordinate representation of color #3318BD: hue angle of 249.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3318BD is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 24 189 -
CMYK 0.73 0.87 0 0.26
HSL 249.82º 0.77% 0.42% -
HSV(B) 249.82º 0.87% 0.74% -
XYZ 10.88 5.03 48.54 -
YUV 50.88 205.95 128.08 -
System Red Green Blue C M Y K H S L
Decimal 51 24 189 0.73 0.87 0 0.26 249.82 0.77 0.42
Hex 33 18 BD 49 57 0 1A FA 4D 2A
Octal 63 30 275 111 127 0 32 372 115 52
Binary 110011 11000 10111101 1001001 1010111 0 11010 11111010 1001101 101010

Color Harmonies of #3318BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3318BD

Black with #3318BD

Text Example


Text Example

White with #3318BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3318BD; }

 p { color: rgb(51,24,189); }

 H1.HeaderClassName
 {
   color: #3318BD;
 }
 .AnyTagClassName
 {
   color: #3318BD;
 }
</style>

background-color css

<style>
 a { background-color: #3318BD; }

 a { background-color: rgb(51,24,189); }

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

border-color css

<style>
 span { border-color: #3318BD; }

 span { border-color: rgb(51,24,189); }

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