Html Css Color HEX #3340BA Persian Blue

📋 copy color: '#3340BA'

red 51 ◦ green 64 ◦ blue 186

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

Shades of Persian Blue #3340BA

Tints of Persian Blue #3340BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

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

R = 16.94%
G = 21.26%
B = 61.79%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3340BA (or 0x3340BA) is known color: Persian Blue. HEX triplet: 33, 40 and BA. RGB value is (51,64,186). Sum of RGB (Red+Green+Blue) = 51+64+186=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #3340BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3340BA is #CCBF45. Grayscale: #494949. Windows color (decimal): -13418310 or 12206131. OLE color: 12206131.

HSL color Cylindrical-coordinate representation of color #3340BA: hue angle of 234.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3340BA is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 64 186 -
CMYK 0.73 0.66 0 0.27
HSL 234.22º 0.57% 0.46% -
HSV(B) 234.22º 0.73% 0.73% -
XYZ 12.06 7.92 47.35 -
YUV 74.02 191.19 111.58 -
System Red Green Blue C M Y K H S L
Decimal 51 64 186 0.73 0.66 0 0.27 234.22 0.57 0.46
Hex 33 40 BA 49 42 0 1B EA 39 2E
Octal 63 100 272 111 102 0 33 352 71 56
Binary 110011 1000000 10111010 1001001 1000010 0 11011 11101010 111001 101110

Color Harmonies of #3340BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3340BA

Black with #3340BA

Text Example


Text Example

White with #3340BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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