Html Css Color HEX #3314BE Persian Blue

📋 copy color: '#3314BE'

red 51 ◦ green 20 ◦ blue 190

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

Shades of Persian Blue #3314BE

Tints of Persian Blue #3314BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 72.8%

R = 19.54%
G = 7.66%
B = 72.8%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3314BE (or 0x3314BE) is known color: Persian Blue. HEX triplet: 33, 14 and BE. RGB value is (51,20,190). Sum of RGB (Red+Green+Blue) = 51+20+190=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 190 (74.61% from 255 or 72.80% from 261); Max value from RGB is 190 - color contains mainly: blue. Hex color #3314BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3314BE is #CCEB41. Grayscale: #303030. Windows color (decimal): -13429570 or 12457011. OLE color: 12457011.

HSL color Cylindrical-coordinate representation of color #3314BE: hue angle of 250.94º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3314BE is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 20 190 -
CMYK 0.73 0.89 0 0.25
HSL 250.94º 0.81% 0.41% -
HSV(B) 250.94º 0.89% 0.75% -
XYZ 10.91 4.92 49.09 -
YUV 48.65 207.77 129.68 -
System Red Green Blue C M Y K H S L
Decimal 51 20 190 0.73 0.89 0 0.25 250.94 0.81 0.41
Hex 33 14 BE 49 59 0 19 FB 51 29
Octal 63 24 276 111 131 0 31 373 121 51
Binary 110011 10100 10111110 1001001 1011001 0 11001 11111011 1010001 101001

Color Harmonies of #3314BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3314BE

Black with #3314BE

Text Example


Text Example

White with #3314BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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