Html Css Color HEX #3313BE Persian Blue

📋 copy color: '#3313BE'

red 51 ◦ green 19 ◦ blue 190

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

Shades of Persian Blue #3313BE

Tints of Persian Blue #3313BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.31%

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

R = 19.62%
G = 7.31%
B = 73.08%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3313BE (or 0x3313BE) is known color: Persian Blue. HEX triplet: 33, 13 and BE. RGB value is (51,19,190). Sum of RGB (Red+Green+Blue) = 51+19+190=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 190 (74.61% from 255 or 73.08% from 260); Max value from RGB is 190 - color contains mainly: blue. Hex color #3313BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313BE is #CCEC41. Grayscale: #2F2F2F. Windows color (decimal): -13429826 or 12456755. OLE color: 12456755.

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

Color convert

RGB 51 19 190 -
CMYK 0.73 0.90 0 0.25
HSL 251.23º 0.82% 0.41% -
HSV(B) 251.23º 0.9% 0.75% -
XYZ 10.89 4.89 49.08 -
YUV 48.06 208.1 130.1 -
System Red Green Blue C M Y K H S L
Decimal 51 19 190 0.73 0.90 0 0.25 251.23 0.82 0.41
Hex 33 13 BE 49 5A 0 19 FB 52 29
Octal 63 23 276 111 132 0 31 373 122 51
Binary 110011 10011 10111110 1001001 1011010 0 11001 11111011 1010010 101001

Color Harmonies of #3313BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3313BE

Black with #3313BE

Text Example


Text Example

White with #3313BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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