Html Css Color HEX #2C18CD Persian Blue

📋 copy color: '#2C18CD'

red 44 ◦ green 24 ◦ blue 205

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

Shades of Persian Blue #2C18CD

Tints of Persian Blue #2C18CD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

 BLUE value IS 205 (80.47% from 255) = 75.09%

R = 16.12%
G = 8.79%
B = 75.09%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2C18CD (or 0x2C18CD) is known color: Persian Blue. HEX triplet: 2C, 18 and CD. RGB value is (44,24,205). Sum of RGB (Red+Green+Blue) = 44+24+205=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #2C18CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C18CD is #D3E732. Grayscale: #313131. Windows color (decimal): -13887283 or 13441068. OLE color: 13441068.

HSL color Cylindrical-coordinate representation of color #2C18CD: hue angle of 246.63º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C18CD is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 24 205 -
CMYK 0.79 0.88 0 0.20
HSL 246.63º 0.79% 0.45% -
HSV(B) 246.63º 0.88% 0.8% -
XYZ 12.38 5.6 58.19 -
YUV 50.61 215.13 123.28 -
System Red Green Blue C M Y K H S L
Decimal 44 24 205 0.79 0.88 0 0.20 246.63 0.79 0.45
Hex 2C 18 CD 4F 58 0 14 F7 4F 2D
Octal 54 30 315 117 130 0 24 367 117 55
Binary 101100 11000 11001101 1001111 1011000 0 10100 11110111 1001111 101101

Color Harmonies of #2C18CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C18CD

Black with #2C18CD

Text Example


Text Example

White with #2C18CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,24,205); }

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

background-color css

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

 a { background-color: rgb(44,24,205); }

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

border-color css

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

 span { border-color: rgb(44,24,205); }

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