Html Css Color HEX #2C31CA Persian Blue

📋 copy color: '#2C31CA'

red 44 ◦ green 49 ◦ blue 202

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

Shades of Persian Blue #2C31CA

Tints of Persian Blue #2C31CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 68.47%

R = 14.92%
G = 16.61%
B = 68.47%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2C31CA (or 0x2C31CA) is known color: Persian Blue. HEX triplet: 2C, 31 and CA. RGB value is (44,49,202). Sum of RGB (Red+Green+Blue) = 44+49+202=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C31CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C31CA is #D3CE35. Grayscale: #404040. Windows color (decimal): -13880886 or 13250860. OLE color: 13250860.

HSL color Cylindrical-coordinate representation of color #2C31CA: hue angle of 238.1º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C31CA is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 44 49 202 -
CMYK 0.78 0.76 0 0.21
HSL 238.1º 0.64% 0.48% -
HSV(B) 238.1º 0.78% 0.79% -
XYZ 12.8 7 56.55 -
YUV 64.95 205.34 113.06 -
System Red Green Blue C M Y K H S L
Decimal 44 49 202 0.78 0.76 0 0.21 238.1 0.64 0.48
Hex 2C 31 CA 4E 4C 0 15 EE 40 30
Octal 54 61 312 116 114 0 25 356 100 60
Binary 101100 110001 11001010 1001110 1001100 0 10101 11101110 1000000 110000

Color Harmonies of #2C31CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C31CA

Black with #2C31CA

Text Example


Text Example

White with #2C31CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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