Html Css Color HEX #3314C6 Persian Blue

📋 copy color: '#3314C6'

red 51 ◦ green 20 ◦ blue 198

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

Shades of Persian Blue #3314C6

Tints of Persian Blue #3314C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 73.61%

R = 18.96%
G = 7.43%
B = 73.61%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3314C6 (or 0x3314C6) is known color: Persian Blue. HEX triplet: 33, 14 and C6. RGB value is (51,20,198). Sum of RGB (Red+Green+Blue) = 51+20+198=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 198 (77.73% from 255 or 73.61% from 269); Max value from RGB is 198 - color contains mainly: blue. Hex color #3314C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3314C6 is #CCEB39. Grayscale: #303030. Windows color (decimal): -13429562 or 12981299. OLE color: 12981299.

HSL color Cylindrical-coordinate representation of color #3314C6: hue angle of 250.45º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3314C6 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 20 198 -
CMYK 0.74 0.90 0 0.22
HSL 250.45º 0.82% 0.43% -
HSV(B) 250.45º 0.9% 0.78% -
XYZ 11.81 5.28 53.82 -
YUV 49.56 211.77 129.03 -
System Red Green Blue C M Y K H S L
Decimal 51 20 198 0.74 0.90 0 0.22 250.45 0.82 0.43
Hex 33 14 C6 4A 5A 0 16 FA 52 2B
Octal 63 24 306 112 132 0 26 372 122 53
Binary 110011 10100 11000110 1001010 1011010 0 10110 11111010 1010010 101011

Color Harmonies of #3314C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3314C6

Black with #3314C6

Text Example


Text Example

White with #3314C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3314C6; }

 p { color: rgb(51,20,198); }

 H1.HeaderClassName
 {
   color: #3314C6;
 }
 .AnyTagClassName
 {
   color: #3314C6;
 }
</style>

background-color css

<style>
 a { background-color: #3314C6; }

 a { background-color: rgb(51,20,198); }

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

border-color css

<style>
 span { border-color: #3314C6; }

 span { border-color: rgb(51,20,198); }

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