Html Css Color HEX #2C3ACC Persian Blue

📋 copy color: '#2C3ACC'

red 44 ◦ green 58 ◦ blue 204

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

Shades of Persian Blue #2C3ACC

Tints of Persian Blue #2C3ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.67%

R = 14.38%
G = 18.95%
B = 66.67%

CMYK

 C value IS 0.78

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2C3ACC (or 0x2C3ACC) is known color: Persian Blue. HEX triplet: 2C, 3A and CC. RGB value is (44,58,204). Sum of RGB (Red+Green+Blue) = 44+58+204=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C3ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C3ACC is #D3C533. Grayscale: #454545. Windows color (decimal): -13878580 or 13384236. OLE color: 13384236.

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

Color convert

RGB 44 58 204 -
CMYK 0.78 0.72 0 0.2
HSL 234.75º 0.65% 0.49% -
HSV(B) 234.75º 0.78% 0.8% -
XYZ 13.45 7.92 57.95 -
YUV 70.46 203.36 109.13 -
System Red Green Blue C M Y K H S L
Decimal 44 58 204 0.78 0.72 0 0.2 234.75 0.65 0.49
Hex 2C 3A CC 4E 48 0 14 EB 41 31
Octal 54 72 314 116 110 0 24 353 101 61
Binary 101100 111010 11001100 1001110 1001000 0 10100 11101011 1000001 110001

Color Harmonies of #2C3ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3ACC

Black with #2C3ACC

Text Example


Text Example

White with #2C3ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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