Html Css Color HEX #3133BB Persian Blue

📋 copy color: '#3133BB'

red 49 ◦ green 51 ◦ blue 187

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

Shades of Persian Blue #3133BB

Tints of Persian Blue #3133BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 65.16%

R = 17.07%
G = 17.77%
B = 65.16%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3133BB (or 0x3133BB) is known color: Persian Blue. HEX triplet: 31, 33 and BB. RGB value is (49,51,187). Sum of RGB (Red+Green+Blue) = 49+51+187=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #3133BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3133BB is #CECC44. Grayscale: #414141. Windows color (decimal): -13552709 or 12268337. OLE color: 12268337.

HSL color Cylindrical-coordinate representation of color #3133BB: hue angle of 239.13º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3133BB is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 51 187 -
CMYK 0.74 0.73 0 0.27
HSL 239.13º 0.58% 0.46% -
HSV(B) 239.13º 0.74% 0.73% -
XYZ 11.42 6.61 47.69 -
YUV 65.91 196.34 115.94 -
System Red Green Blue C M Y K H S L
Decimal 49 51 187 0.74 0.73 0 0.27 239.13 0.58 0.46
Hex 31 33 BB 4A 49 0 1B EF 3A 2E
Octal 61 63 273 112 111 0 33 357 72 56
Binary 110001 110011 10111011 1001010 1001001 0 11011 11101111 111010 101110

Color Harmonies of #3133BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3133BB

Black with #3133BB

Text Example


Text Example

White with #3133BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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