Html Css Color HEX #2C40BF Persian Blue

📋 copy color: '#2C40BF'

red 44 ◦ green 64 ◦ blue 191

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

Shades of Persian Blue #2C40BF

Tints of Persian Blue #2C40BF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.4%

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

R = 14.72%
G = 21.4%
B = 63.88%

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

#2C40BF (or 0x2C40BF) is known color: Persian Blue. HEX triplet: 2C, 40 and BF. RGB value is (44,64,191). Sum of RGB (Red+Green+Blue) = 44+64+191=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C40BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C40BF is #D3BF40. Grayscale: #474747. Windows color (decimal): -13877057 or 12533804. OLE color: 12533804.

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

Color convert

RGB 44 64 191 -
CMYK 0.77 0.66 0 0.25
HSL 231.84º 0.63% 0.46% -
HSV(B) 231.84º 0.77% 0.75% -
XYZ 12.28 7.96 50.18 -
YUV 72.5 194.87 107.67 -
System Red Green Blue C M Y K H S L
Decimal 44 64 191 0.77 0.66 0 0.25 231.84 0.63 0.46
Hex 2C 40 BF 4D 42 0 19 E8 3F 2E
Octal 54 100 277 115 102 0 31 350 77 56
Binary 101100 1000000 10111111 1001101 1000010 0 11001 11101000 111111 101110

Color Harmonies of #2C40BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C40BF

Black with #2C40BF

Text Example


Text Example

White with #2C40BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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