Html Css Color HEX #3312BA Persian Blue

📋 copy color: '#3312BA'

red 51 ◦ green 18 ◦ blue 186

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

Shades of Persian Blue #3312BA

Tints of Persian Blue #3312BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 72.94%

R = 20%
G = 7.06%
B = 72.94%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3312BA (or 0x3312BA) is known color: Persian Blue. HEX triplet: 33, 12 and BA. RGB value is (51,18,186). Sum of RGB (Red+Green+Blue) = 51+18+186=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #3312BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3312BA is #CCED45. Grayscale: #2E2E2E. Windows color (decimal): -13430086 or 12194355. OLE color: 12194355.

HSL color Cylindrical-coordinate representation of color #3312BA: hue angle of 251.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3312BA is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 18 186 -
CMYK 0.73 0.90 0 0.27
HSL 251.79º 0.82% 0.4% -
HSV(B) 251.79º 0.9% 0.73% -
XYZ 10.44 4.68 46.81 -
YUV 47.02 206.43 130.84 -
System Red Green Blue C M Y K H S L
Decimal 51 18 186 0.73 0.90 0 0.27 251.79 0.82 0.4
Hex 33 12 BA 49 5A 0 1B FC 52 28
Octal 63 22 272 111 132 0 33 374 122 50
Binary 110011 10010 10111010 1001001 1011010 0 11011 11111100 1010010 101000

Color Harmonies of #3312BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3312BA

Black with #3312BA

Text Example


Text Example

White with #3312BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3312BA; }

 p { color: rgb(51,18,186); }

 H1.HeaderClassName
 {
   color: #3312BA;
 }
 .AnyTagClassName
 {
   color: #3312BA;
 }
</style>

background-color css

<style>
 a { background-color: #3312BA; }

 a { background-color: rgb(51,18,186); }

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

border-color css

<style>
 span { border-color: #3312BA; }

 span { border-color: rgb(51,18,186); }

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