Html Css Color HEX #2D31BC Persian Blue

📋 copy color: '#2D31BC'

red 45 ◦ green 49 ◦ blue 188

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

Shades of Persian Blue #2D31BC

Tints of Persian Blue #2D31BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.67%

R = 15.96%
G = 17.38%
B = 66.67%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2D31BC (or 0x2D31BC) is known color: Persian Blue. HEX triplet: 2D, 31 and BC. RGB value is (45,49,188). Sum of RGB (Red+Green+Blue) = 45+49+188=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D31BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D31BC is #D2CE43. Grayscale: #3F3F3F. Windows color (decimal): -13815364 or 12333357. OLE color: 12333357.

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

Color convert

RGB 45 49 188 -
CMYK 0.76 0.74 0 0.26
HSL 238.32º 0.61% 0.46% -
HSV(B) 238.32º 0.76% 0.74% -
XYZ 11.26 6.39 48.22 -
YUV 63.65 198.17 114.7 -
System Red Green Blue C M Y K H S L
Decimal 45 49 188 0.76 0.74 0 0.26 238.32 0.61 0.46
Hex 2D 31 BC 4C 4A 0 1A EE 3D 2E
Octal 55 61 274 114 112 0 32 356 75 56
Binary 101101 110001 10111100 1001100 1001010 0 11010 11101110 111101 101110

Color Harmonies of #2D31BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D31BC

Black with #2D31BC

Text Example


Text Example

White with #2D31BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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