Html Css Color HEX #2C3ACE Persian Blue

📋 copy color: '#2C3ACE'

red 44 ◦ green 58 ◦ blue 206

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

Shades of Persian Blue #2C3ACE

Tints of Persian Blue #2C3ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.83%

 BLUE value IS 206 (80.86% from 255) = 66.88%

R = 14.29%
G = 18.83%
B = 66.88%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2C3ACE (or 0x2C3ACE) is known color: Persian Blue. HEX triplet: 2C, 3A and CE. RGB value is (44,58,206). Sum of RGB (Red+Green+Blue) = 44+58+206=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #2C3ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C3ACE is #D3C531. Grayscale: #464646. Windows color (decimal): -13878578 or 13515308. OLE color: 13515308.

HSL color Cylindrical-coordinate representation of color #2C3ACE: hue angle of 234.81º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C3ACE is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 44 58 206 -
CMYK 0.79 0.72 0 0.19
HSL 234.81º 0.65% 0.49% -
HSV(B) 234.81º 0.79% 0.81% -
XYZ 13.69 8.02 59.22 -
YUV 70.69 204.36 108.97 -
System Red Green Blue C M Y K H S L
Decimal 44 58 206 0.79 0.72 0 0.19 234.81 0.65 0.49
Hex 2C 3A CE 4F 48 0 13 EB 41 31
Octal 54 72 316 117 110 0 23 353 101 61
Binary 101100 111010 11001110 1001111 1001000 0 10011 11101011 1000001 110001

Color Harmonies of #2C3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3ACE

Black with #2C3ACE

Text Example


Text Example

White with #2C3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,58,206); }

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

background-color css

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

 a { background-color: rgb(44,58,206); }

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

border-color css

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

 span { border-color: rgb(44,58,206); }

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