Html Css Color HEX #3340A4 Persian Blue

📋 copy color: '#3340A4'

red 51 ◦ green 64 ◦ blue 164

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

Shades of Persian Blue #3340A4

Tints of Persian Blue #3340A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 58.78%

R = 18.28%
G = 22.94%
B = 58.78%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3340A4 (or 0x3340A4) is known color: Persian Blue. HEX triplet: 33, 40 and A4. RGB value is (51,64,164). Sum of RGB (Red+Green+Blue) = 51+64+164=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 164 (64.45% from 255 or 58.78% from 279); Max value from RGB is 164 - color contains mainly: blue. Hex color #3340A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3340A4 is #CCBF5B. Grayscale: #474747. Windows color (decimal): -13418332 or 10764339. OLE color: 10764339.

HSL color Cylindrical-coordinate representation of color #3340A4: hue angle of 233.1º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3340A4 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 64 164 -
CMYK 0.69 0.61 0 0.36
HSL 233.1º 0.53% 0.42% -
HSV(B) 233.1º 0.69% 0.64% -
XYZ 9.9 7.05 35.96 -
YUV 71.51 180.19 113.37 -
System Red Green Blue C M Y K H S L
Decimal 51 64 164 0.69 0.61 0 0.36 233.1 0.53 0.42
Hex 33 40 A4 45 3D 0 24 E9 35 2A
Octal 63 100 244 105 75 0 44 351 65 52
Binary 110011 1000000 10100100 1000101 111101 0 100100 11101001 110101 101010

Color Harmonies of #3340A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3340A4

Black with #3340A4

Text Example


Text Example

White with #3340A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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