Html Css Color HEX #2C41AE Persian Blue

📋 copy color: '#2C41AE'

red 44 ◦ green 65 ◦ blue 174

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

Shades of Persian Blue #2C41AE

Tints of Persian Blue #2C41AE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

 BLUE value IS 174 (68.36% from 255) = 61.48%

R = 15.55%
G = 22.97%
B = 61.48%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2C41AE (or 0x2C41AE) is known color: Persian Blue. HEX triplet: 2C, 41 and AE. RGB value is (44,65,174). Sum of RGB (Red+Green+Blue) = 44+65+174=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C41AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C41AE is #D3BE51. Grayscale: #464646. Windows color (decimal): -13876818 or 11419948. OLE color: 11419948.

HSL color Cylindrical-coordinate representation of color #2C41AE: hue angle of 230.31º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C41AE is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 44 65 174 -
CMYK 0.75 0.63 0 0.32
HSL 230.31º 0.6% 0.43% -
HSV(B) 230.31º 0.75% 0.68% -
XYZ 10.57 7.37 40.91 -
YUV 71.15 186.04 108.64 -
System Red Green Blue C M Y K H S L
Decimal 44 65 174 0.75 0.63 0 0.32 230.31 0.6 0.43
Hex 2C 41 AE 4B 3F 0 20 E6 3C 2B
Octal 54 101 256 113 77 0 40 346 74 53
Binary 101100 1000001 10101110 1001011 111111 0 100000 11100110 111100 101011

Color Harmonies of #2C41AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C41AE

Black with #2C41AE

Text Example


Text Example

White with #2C41AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,65,174); }

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

background-color css

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

 a { background-color: rgb(44,65,174); }

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

border-color css

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

 span { border-color: rgb(44,65,174); }

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