Html Css Color HEX #2C31BC Persian Blue

📋 copy color: '#2C31BC'

red 44 ◦ green 49 ◦ blue 188

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

Shades of Persian Blue #2C31BC

Tints of Persian Blue #2C31BC

RGB

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

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

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

R = 15.66%
G = 17.44%
B = 66.9%

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

#2C31BC (or 0x2C31BC) is known color: Persian Blue. HEX triplet: 2C, 31 and BC. RGB value is (44,49,188). Sum of RGB (Red+Green+Blue) = 44+49+188=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C31BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C31BC is #D3CE43. Grayscale: #3E3E3E. Windows color (decimal): -13880900 or 12333356. OLE color: 12333356.

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

Color convert

RGB 44 49 188 -
CMYK 0.77 0.74 0 0.26
HSL 237.92º 0.62% 0.45% -
HSV(B) 237.92º 0.77% 0.74% -
XYZ 11.21 6.36 48.21 -
YUV 63.35 198.34 114.2 -
System Red Green Blue C M Y K H S L
Decimal 44 49 188 0.77 0.74 0 0.26 237.92 0.62 0.45
Hex 2C 31 BC 4D 4A 0 1A EE 3E 2D
Octal 54 61 274 115 112 0 32 356 76 55
Binary 101100 110001 10111100 1001101 1001010 0 11010 11101110 111110 101101

Color Harmonies of #2C31BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C31BC

Black with #2C31BC

Text Example


Text Example

White with #2C31BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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