Html Css Color HEX #3331BD Persian Blue

📋 copy color: '#3331BD'

red 51 ◦ green 49 ◦ blue 189

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

Shades of Persian Blue #3331BD

Tints of Persian Blue #3331BD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.96%

 BLUE value IS 189 (74.22% from 255) = 65.4%

R = 17.65%
G = 16.96%
B = 65.4%

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3331BD (or 0x3331BD) is known color: Persian Blue. HEX triplet: 33, 31 and BD. RGB value is (51,49,189). Sum of RGB (Red+Green+Blue) = 51+49+189=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #3331BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3331BD is #CCCE42. Grayscale: #414141. Windows color (decimal): -13422147 or 12398899. OLE color: 12398899.

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

Color convert

RGB 51 49 189 -
CMYK 0.73 0.74 0 0.26
HSL 240.86º 0.59% 0.47% -
HSV(B) 240.86º 0.74% 0.74% -
XYZ 11.65 6.57 48.8 -
YUV 65.56 197.66 117.62 -
System Red Green Blue C M Y K H S L
Decimal 51 49 189 0.73 0.74 0 0.26 240.86 0.59 0.47
Hex 33 31 BD 49 4A 0 1A F1 3B 2F
Octal 63 61 275 111 112 0 32 361 73 57
Binary 110011 110001 10111101 1001001 1001010 0 11010 11110001 111011 101111

Color Harmonies of #3331BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3331BD

Black with #3331BD

Text Example


Text Example

White with #3331BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3331BD; }

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

 H1.HeaderClassName
 {
   color: #3331BD;
 }
 .AnyTagClassName
 {
   color: #3331BD;
 }
</style>

background-color css

<style>
 a { background-color: #3331BD; }

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

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

border-color css

<style>
 span { border-color: #3331BD; }

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

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