Html Css Color HEX #2C41BE Persian Blue

📋 copy color: '#2C41BE'

red 44 ◦ green 65 ◦ blue 190

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

Shades of Persian Blue #2C41BE

Tints of Persian Blue #2C41BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.55%

R = 14.72%
G = 21.74%
B = 63.55%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C41BE (or 0x2C41BE) is known color: Persian Blue. HEX triplet: 2C, 41 and BE. RGB value is (44,65,190). Sum of RGB (Red+Green+Blue) = 44+65+190=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C41BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C41BE is #D3BE41. Grayscale: #484848. Windows color (decimal): -13876802 or 12468524. OLE color: 12468524.

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

Color convert

RGB 44 65 190 -
CMYK 0.77 0.66 0 0.25
HSL 231.37º 0.62% 0.46% -
HSV(B) 231.37º 0.77% 0.75% -
XYZ 12.22 8.03 49.62 -
YUV 72.97 194.04 107.34 -
System Red Green Blue C M Y K H S L
Decimal 44 65 190 0.77 0.66 0 0.25 231.37 0.62 0.46
Hex 2C 41 BE 4D 42 0 19 E7 3E 2E
Octal 54 101 276 115 102 0 31 347 76 56
Binary 101100 1000001 10111110 1001101 1000010 0 11001 11100111 111110 101110

Color Harmonies of #2C41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C41BE

Black with #2C41BE

Text Example


Text Example

White with #2C41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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