Html Css Color HEX #3341AE Persian Blue

📋 copy color: '#3341AE'

red 51 ◦ green 65 ◦ blue 174

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

Shades of Persian Blue #3341AE

Tints of Persian Blue #3341AE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.41%

 BLUE value IS 174 (68.36% from 255) = 60%

R = 17.59%
G = 22.41%
B = 60%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3341AE (or 0x3341AE) is known color: Persian Blue. HEX triplet: 33, 41 and AE. RGB value is (51,65,174). Sum of RGB (Red+Green+Blue) = 51+65+174=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #3341AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3341AE is #CCBE51. Grayscale: #484848. Windows color (decimal): -13418066 or 11419955. OLE color: 11419955.

HSL color Cylindrical-coordinate representation of color #3341AE: hue angle of 233.17º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3341AE is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 65 174 -
CMYK 0.71 0.63 0 0.32
HSL 233.17º 0.55% 0.44% -
HSV(B) 233.17º 0.71% 0.68% -
XYZ 10.9 7.54 40.93 -
YUV 73.24 184.86 112.14 -
System Red Green Blue C M Y K H S L
Decimal 51 65 174 0.71 0.63 0 0.32 233.17 0.55 0.44
Hex 33 41 AE 47 3F 0 20 E9 37 2C
Octal 63 101 256 107 77 0 40 351 67 54
Binary 110011 1000001 10101110 1000111 111111 0 100000 11101001 110111 101100

Color Harmonies of #3341AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3341AE

Black with #3341AE

Text Example


Text Example

White with #3341AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3341AE; }

 p { color: rgb(51,65,174); }

 H1.HeaderClassName
 {
   color: #3341AE;
 }
 .AnyTagClassName
 {
   color: #3341AE;
 }
</style>

background-color css

<style>
 a { background-color: #3341AE; }

 a { background-color: rgb(51,65,174); }

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

border-color css

<style>
 span { border-color: #3341AE; }

 span { border-color: rgb(51,65,174); }

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