Html Css Color HEX #2D31BE Persian Blue

📋 copy color: '#2D31BE'

red 45 ◦ green 49 ◦ blue 190

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

Shades of Persian Blue #2D31BE

Tints of Persian Blue #2D31BE

RGB

 RED value IS 45 (17.97% from 255) = 15.85%

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

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

R = 15.85%
G = 17.25%
B = 66.9%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2D31BE (or 0x2D31BE) is known color: Persian Blue. HEX triplet: 2D, 31 and BE. RGB value is (45,49,190). Sum of RGB (Red+Green+Blue) = 45+49+190=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D31BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D31BE is #D2CE41. Grayscale: #3F3F3F. Windows color (decimal): -13815362 or 12464429. OLE color: 12464429.

HSL color Cylindrical-coordinate representation of color #2D31BE: hue angle of 238.34º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D31BE is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 49 190 -
CMYK 0.76 0.74 0 0.25
HSL 238.34º 0.62% 0.46% -
HSV(B) 238.34º 0.76% 0.75% -
XYZ 11.47 6.47 49.36 -
YUV 63.88 199.17 114.54 -
System Red Green Blue C M Y K H S L
Decimal 45 49 190 0.76 0.74 0 0.25 238.34 0.62 0.46
Hex 2D 31 BE 4C 4A 0 19 EE 3E 2E
Octal 55 61 276 114 112 0 31 356 76 56
Binary 101101 110001 10111110 1001100 1001010 0 11001 11101110 111110 101110

Color Harmonies of #2D31BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D31BE

Black with #2D31BE

Text Example


Text Example

White with #2D31BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D31BE; }

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

 H1.HeaderClassName
 {
   color: #2D31BE;
 }
 .AnyTagClassName
 {
   color: #2D31BE;
 }
</style>

background-color css

<style>
 a { background-color: #2D31BE; }

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

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

border-color css

<style>
 span { border-color: #2D31BE; }

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

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