Html Css Color HEX #3341A6 Persian Blue

📋 copy color: '#3341A6'

red 51 ◦ green 65 ◦ blue 166

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

Shades of Persian Blue #3341A6

Tints of Persian Blue #3341A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 58.87%

R = 18.09%
G = 23.05%
B = 58.87%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3341A6 (or 0x3341A6) is known color: Persian Blue. HEX triplet: 33, 41 and A6. RGB value is (51,65,166). Sum of RGB (Red+Green+Blue) = 51+65+166=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 166 (65.23% from 255 or 58.87% from 282); Max value from RGB is 166 - color contains mainly: blue. Hex color #3341A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3341A6 is #CCBE59. Grayscale: #474747. Windows color (decimal): -13418074 or 10895667. OLE color: 10895667.

HSL color Cylindrical-coordinate representation of color #3341A6: hue angle of 232.7º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3341A6 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 51 65 166 -
CMYK 0.69 0.61 0 0.35
HSL 232.7º 0.53% 0.43% -
HSV(B) 232.7º 0.69% 0.65% -
XYZ 10.14 7.24 36.94 -
YUV 72.33 180.86 112.79 -
System Red Green Blue C M Y K H S L
Decimal 51 65 166 0.69 0.61 0 0.35 232.7 0.53 0.43
Hex 33 41 A6 45 3D 0 23 E9 35 2B
Octal 63 101 246 105 75 0 43 351 65 53
Binary 110011 1000001 10100110 1000101 111101 0 100011 11101001 110101 101011

Color Harmonies of #3341A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3341A6

Black with #3341A6

Text Example


Text Example

White with #3341A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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