Html Css Color HEX #3340BB Persian Blue

📋 copy color: '#3340BB'

red 51 ◦ green 64 ◦ blue 187

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

Shades of Persian Blue #3340BB

Tints of Persian Blue #3340BB

RGB

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

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

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

R = 16.89%
G = 21.19%
B = 61.92%

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

#3340BB (or 0x3340BB) is known color: Persian Blue. HEX triplet: 33, 40 and BB. RGB value is (51,64,187). Sum of RGB (Red+Green+Blue) = 51+64+187=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #3340BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3340BB is #CCBF44. Grayscale: #494949. Windows color (decimal): -13418309 or 12271667. OLE color: 12271667.

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

Color convert

RGB 51 64 187 -
CMYK 0.73 0.66 0 0.27
HSL 234.26º 0.57% 0.47% -
HSV(B) 234.26º 0.73% 0.73% -
XYZ 12.17 7.96 47.91 -
YUV 74.14 191.69 111.5 -
System Red Green Blue C M Y K H S L
Decimal 51 64 187 0.73 0.66 0 0.27 234.26 0.57 0.47
Hex 33 40 BB 49 42 0 1B EA 39 2F
Octal 63 100 273 111 102 0 33 352 71 57
Binary 110011 1000000 10111011 1001001 1000010 0 11011 11101010 111001 101111

Color Harmonies of #3340BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3340BB

Black with #3340BB

Text Example


Text Example

White with #3340BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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