Html Css Color HEX #3218CE Persian Blue

📋 copy color: '#3218CE'

red 50 ◦ green 24 ◦ blue 206

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

Shades of Persian Blue #3218CE

Tints of Persian Blue #3218CE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

 BLUE value IS 206 (80.86% from 255) = 73.57%

R = 17.86%
G = 8.57%
B = 73.57%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3218CE (or 0x3218CE) is known color: Persian Blue. HEX triplet: 32, 18 and CE. RGB value is (50,24,206). Sum of RGB (Red+Green+Blue) = 50+24+206=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 206 (80.86% from 255 or 73.57% from 280); Max value from RGB is 206 - color contains mainly: blue. Hex color #3218CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3218CE is #CDE731. Grayscale: #333333. Windows color (decimal): -13494066 or 13506610. OLE color: 13506610.

HSL color Cylindrical-coordinate representation of color #3218CE: hue angle of 248.57º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3218CE is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 24 206 -
CMYK 0.76 0.88 0 0.19
HSL 248.57º 0.79% 0.45% -
HSV(B) 248.57º 0.88% 0.81% -
XYZ 12.78 5.79 58.84 -
YUV 52.52 214.61 126.2 -
System Red Green Blue C M Y K H S L
Decimal 50 24 206 0.76 0.88 0 0.19 248.57 0.79 0.45
Hex 32 18 CE 4C 58 0 13 F9 4F 2D
Octal 62 30 316 114 130 0 23 371 117 55
Binary 110010 11000 11001110 1001100 1011000 0 10011 11111001 1001111 101101

Color Harmonies of #3218CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3218CE

Black with #3218CE

Text Example


Text Example

White with #3218CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3218CE; }

 p { color: rgb(50,24,206); }

 H1.HeaderClassName
 {
   color: #3218CE;
 }
 .AnyTagClassName
 {
   color: #3218CE;
 }
</style>

background-color css

<style>
 a { background-color: #3218CE; }

 a { background-color: rgb(50,24,206); }

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

border-color css

<style>
 span { border-color: #3218CE; }

 span { border-color: rgb(50,24,206); }

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