Html Css Color HEX #3327BC Persian Blue

📋 copy color: '#3327BC'

red 51 ◦ green 39 ◦ blue 188

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

Shades of Persian Blue #3327BC

Tints of Persian Blue #3327BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.03%

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

R = 18.35%
G = 14.03%
B = 67.63%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3327BC (or 0x3327BC) is known color: Persian Blue. HEX triplet: 33, 27 and BC. RGB value is (51,39,188). Sum of RGB (Red+Green+Blue) = 51+39+188=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #3327BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3327BC is #CCD843. Grayscale: #3A3A3A. Windows color (decimal): -13424708 or 12330803. OLE color: 12330803.

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

Color convert

RGB 51 39 188 -
CMYK 0.73 0.79 0 0.26
HSL 244.83º 0.66% 0.45% -
HSV(B) 244.83º 0.79% 0.74% -
XYZ 11.17 5.79 48.11 -
YUV 59.57 200.48 121.88 -
System Red Green Blue C M Y K H S L
Decimal 51 39 188 0.73 0.79 0 0.26 244.83 0.66 0.45
Hex 33 27 BC 49 4F 0 1A F5 42 2D
Octal 63 47 274 111 117 0 32 365 102 55
Binary 110011 100111 10111100 1001001 1001111 0 11010 11110101 1000010 101101

Color Harmonies of #3327BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3327BC

Black with #3327BC

Text Example


Text Example

White with #3327BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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