Html Css Color HEX #3326BC Persian Blue

📋 copy color: '#3326BC'

red 51 ◦ green 38 ◦ blue 188

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

Shades of Persian Blue #3326BC

Tints of Persian Blue #3326BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.87%

R = 18.41%
G = 13.72%
B = 67.87%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3326BC (or 0x3326BC) is known color: Persian Blue. HEX triplet: 33, 26 and BC. RGB value is (51,38,188). Sum of RGB (Red+Green+Blue) = 51+38+188=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #3326BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3326BC is #CCD943. Grayscale: #3A3A3A. Windows color (decimal): -13424964 or 12330547. OLE color: 12330547.

HSL color Cylindrical-coordinate representation of color #3326BC: hue angle of 245.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3326BC is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 38 188 -
CMYK 0.73 0.80 0 0.26
HSL 245.2º 0.66% 0.44% -
HSV(B) 245.2º 0.8% 0.74% -
XYZ 11.14 5.72 48.09 -
YUV 58.99 200.81 122.3 -
System Red Green Blue C M Y K H S L
Decimal 51 38 188 0.73 0.80 0 0.26 245.2 0.66 0.44
Hex 33 26 BC 49 50 0 1A F5 42 2C
Octal 63 46 274 111 120 0 32 365 102 54
Binary 110011 100110 10111100 1001001 1010000 0 11010 11110101 1000010 101100

Color Harmonies of #3326BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3326BC

Black with #3326BC

Text Example


Text Example

White with #3326BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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