Html Css Color HEX #2C31BD Persian Blue

📋 copy color: '#2C31BD'

red 44 ◦ green 49 ◦ blue 189

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

Shades of Persian Blue #2C31BD

Tints of Persian Blue #2C31BD

RGB

 RED value IS 44 (17.58% from 255) = 15.6%

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

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

R = 15.6%
G = 17.38%
B = 67.02%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C31BD (or 0x2C31BD) is known color: Persian Blue. HEX triplet: 2C, 31 and BD. RGB value is (44,49,189). Sum of RGB (Red+Green+Blue) = 44+49+189=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C31BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C31BD is #D3CE42. Grayscale: #3E3E3E. Windows color (decimal): -13880899 or 12398892. OLE color: 12398892.

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

Color convert

RGB 44 49 189 -
CMYK 0.77 0.74 0 0.26
HSL 237.93º 0.62% 0.46% -
HSV(B) 237.93º 0.77% 0.74% -
XYZ 11.32 6.41 48.78 -
YUV 63.47 198.84 114.12 -
System Red Green Blue C M Y K H S L
Decimal 44 49 189 0.77 0.74 0 0.26 237.93 0.62 0.46
Hex 2C 31 BD 4D 4A 0 1A EE 3E 2E
Octal 54 61 275 115 112 0 32 356 76 56
Binary 101100 110001 10111101 1001101 1001010 0 11010 11101110 111110 101110

Color Harmonies of #2C31BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C31BD

Black with #2C31BD

Text Example


Text Example

White with #2C31BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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