Html Css Color HEX #3326B6 Persian Blue

📋 copy color: '#3326B6'

red 51 ◦ green 38 ◦ blue 182

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

Shades of Persian Blue #3326B6

Tints of Persian Blue #3326B6

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.02%

 BLUE value IS 182 (71.48% from 255) = 67.16%

R = 18.82%
G = 14.02%
B = 67.16%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3326B6 (or 0x3326B6) is known color: Persian Blue. HEX triplet: 33, 26 and B6. RGB value is (51,38,182). Sum of RGB (Red+Green+Blue) = 51+38+182=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 182 (71.48% from 255 or 67.16% from 271); Max value from RGB is 182 - color contains mainly: blue. Hex color #3326B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3326B6 is #CCD949. Grayscale: #393939. Windows color (decimal): -13424970 or 11937331. OLE color: 11937331.

HSL color Cylindrical-coordinate representation of color #3326B6: hue angle of 245.42º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3326B6 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 38 182 -
CMYK 0.72 0.79 0 0.29
HSL 245.42º 0.65% 0.43% -
HSV(B) 245.42º 0.79% 0.71% -
XYZ 10.5 5.47 44.76 -
YUV 58.3 197.81 122.79 -
System Red Green Blue C M Y K H S L
Decimal 51 38 182 0.72 0.79 0 0.29 245.42 0.65 0.43
Hex 33 26 B6 48 4F 0 1D F5 41 2B
Octal 63 46 266 110 117 0 35 365 101 53
Binary 110011 100110 10110110 1001000 1001111 0 11101 11110101 1000001 101011

Color Harmonies of #3326B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3326B6

Black with #3326B6

Text Example


Text Example

White with #3326B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3326B6; }

 p { color: rgb(51,38,182); }

 H1.HeaderClassName
 {
   color: #3326B6;
 }
 .AnyTagClassName
 {
   color: #3326B6;
 }
</style>

background-color css

<style>
 a { background-color: #3326B6; }

 a { background-color: rgb(51,38,182); }

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

border-color css

<style>
 span { border-color: #3326B6; }

 span { border-color: rgb(51,38,182); }

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