Html Css Color HEX #3133BE Persian Blue

📋 copy color: '#3133BE'

red 49 ◦ green 51 ◦ blue 190

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

Shades of Persian Blue #3133BE

Tints of Persian Blue #3133BE

RGB

 RED value IS 49 (19.53% from 255) = 16.9%

 GREEN value IS 51 (20.31% from 255) = 17.59%

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

R = 16.9%
G = 17.59%
B = 65.52%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3133BE (or 0x3133BE) is known color: Persian Blue. HEX triplet: 31, 33 and BE. RGB value is (49,51,190). Sum of RGB (Red+Green+Blue) = 49+51+190=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #3133BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3133BE is #CECC41. Grayscale: #414141. Windows color (decimal): -13552706 or 12464945. OLE color: 12464945.

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

Color convert

RGB 49 51 190 -
CMYK 0.74 0.73 0 0.25
HSL 239.15º 0.59% 0.47% -
HSV(B) 239.15º 0.74% 0.75% -
XYZ 11.74 6.74 49.4 -
YUV 66.25 197.84 115.7 -
System Red Green Blue C M Y K H S L
Decimal 49 51 190 0.74 0.73 0 0.25 239.15 0.59 0.47
Hex 31 33 BE 4A 49 0 19 EF 3B 2F
Octal 61 63 276 112 111 0 31 357 73 57
Binary 110001 110011 10111110 1001010 1001001 0 11001 11101111 111011 101111

Color Harmonies of #3133BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3133BE

Black with #3133BE

Text Example


Text Example

White with #3133BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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