Html Css Color HEX #2C41BF Persian Blue

📋 copy color: '#2C41BF'

red 44 ◦ green 65 ◦ blue 191

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

Shades of Persian Blue #2C41BF

Tints of Persian Blue #2C41BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.67%

R = 14.67%
G = 21.67%
B = 63.67%

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

#2C41BF (or 0x2C41BF) is known color: Persian Blue. HEX triplet: 2C, 41 and BF. RGB value is (44,65,191). Sum of RGB (Red+Green+Blue) = 44+65+191=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C41BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C41BF is #D3BE40. Grayscale: #484848. Windows color (decimal): -13876801 or 12534060. OLE color: 12534060.

HSL color Cylindrical-coordinate representation of color #2C41BF: hue angle of 231.43º degrees, saturation: 0.63, 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 #2C41BF is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 65 191 -
CMYK 0.77 0.66 0 0.25
HSL 231.43º 0.63% 0.46% -
HSV(B) 231.43º 0.77% 0.75% -
XYZ 12.33 8.08 50.2 -
YUV 73.09 194.54 107.25 -
System Red Green Blue C M Y K H S L
Decimal 44 65 191 0.77 0.66 0 0.25 231.43 0.63 0.46
Hex 2C 41 BF 4D 42 0 19 E7 3F 2E
Octal 54 101 277 115 102 0 31 347 77 56
Binary 101100 1000001 10111111 1001101 1000010 0 11001 11100111 111111 101110

Color Harmonies of #2C41BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C41BF

Black with #2C41BF

Text Example


Text Example

White with #2C41BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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