Html Css Color HEX #3335A6 Persian Blue

📋 copy color: '#3335A6'

red 51 ◦ green 53 ◦ blue 166

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

Shades of Persian Blue #3335A6

Tints of Persian Blue #3335A6

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.63%

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

R = 18.89%
G = 19.63%
B = 61.48%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3335A6 (or 0x3335A6) is known color: Persian Blue. HEX triplet: 33, 35 and A6. RGB value is (51,53,166). Sum of RGB (Red+Green+Blue) = 51+53+166=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 166 (65.23% from 255 or 61.48% from 270); Max value from RGB is 166 - color contains mainly: blue. Hex color #3335A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3335A6 is #CCCA59. Grayscale: #404040. Windows color (decimal): -13421146 or 10892595. OLE color: 10892595.

HSL color Cylindrical-coordinate representation of color #3335A6: hue angle of 238.96º 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 #3335A6 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 51 53 166 -
CMYK 0.69 0.68 0 0.35
HSL 238.96º 0.53% 0.43% -
HSV(B) 238.96º 0.69% 0.65% -
XYZ 9.52 6 36.73 -
YUV 65.28 184.84 117.81 -
System Red Green Blue C M Y K H S L
Decimal 51 53 166 0.69 0.68 0 0.35 238.96 0.53 0.43
Hex 33 35 A6 45 44 0 23 EF 35 2B
Octal 63 65 246 105 104 0 43 357 65 53
Binary 110011 110101 10100110 1000101 1000100 0 100011 11101111 110101 101011

Color Harmonies of #3335A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3335A6

Black with #3335A6

Text Example


Text Example

White with #3335A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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