Html Css Color HEX #3214CC Persian Blue

📋 copy color: '#3214CC'

red 50 ◦ green 20 ◦ blue 204

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

Shades of Persian Blue #3214CC

Tints of Persian Blue #3214CC

RGB

 RED value IS 50 (19.92% from 255) = 18.25%

 GREEN value IS 20 (8.2% from 255) = 7.3%

 BLUE value IS 204 (80.08% from 255) = 74.45%

R = 18.25%
G = 7.3%
B = 74.45%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3214CC (or 0x3214CC) is known color: Persian Blue. HEX triplet: 32, 14 and CC. RGB value is (50,20,204). Sum of RGB (Red+Green+Blue) = 50+20+204=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #3214CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3214CC is #CDEB33. Grayscale: #313131. Windows color (decimal): -13495092 or 13374514. OLE color: 13374514.

HSL color Cylindrical-coordinate representation of color #3214CC: hue angle of 249.78º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3214CC is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 20 204 -
CMYK 0.75 0.90 0 0.2
HSL 249.78º 0.82% 0.44% -
HSV(B) 249.78º 0.9% 0.8% -
XYZ 12.46 5.54 57.54 -
YUV 49.95 214.94 128.04 -
System Red Green Blue C M Y K H S L
Decimal 50 20 204 0.75 0.90 0 0.2 249.78 0.82 0.44
Hex 32 14 CC 4B 5A 0 14 FA 52 2C
Octal 62 24 314 113 132 0 24 372 122 54
Binary 110010 10100 11001100 1001011 1011010 0 10100 11111010 1010010 101100

Color Harmonies of #3214CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3214CC

Black with #3214CC

Text Example


Text Example

White with #3214CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3214CC; }

 p { color: rgb(50,20,204); }

 H1.HeaderClassName
 {
   color: #3214CC;
 }
 .AnyTagClassName
 {
   color: #3214CC;
 }
</style>

background-color css

<style>
 a { background-color: #3214CC; }

 a { background-color: rgb(50,20,204); }

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

border-color css

<style>
 span { border-color: #3214CC; }

 span { border-color: rgb(50,20,204); }

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