Html Css Color HEX #2C3CDD Persian Blue

📋 copy color: '#2C3CDD'

red 44 ◦ green 60 ◦ blue 221

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

Shades of Persian Blue #2C3CDD

Tints of Persian Blue #2C3CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.46%

 BLUE value IS 221 (86.72% from 255) = 68%

R = 13.54%
G = 18.46%
B = 68%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2C3CDD (or 0x2C3CDD) is known color: Persian Blue. HEX triplet: 2C, 3C and DD. RGB value is (44,60,221). Sum of RGB (Red+Green+Blue) = 44+60+221=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C3CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C3CDD is #D3C322. Grayscale: #484848. Windows color (decimal): -13878051 or 14498860. OLE color: 14498860.

HSL color Cylindrical-coordinate representation of color #2C3CDD: hue angle of 234.58º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C3CDD is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 60 221 -
CMYK 0.80 0.73 0 0.13
HSL 234.58º 0.72% 0.52% -
HSV(B) 234.58º 0.8% 0.87% -
XYZ 15.71 8.99 69.31 -
YUV 73.57 211.2 106.91 -
System Red Green Blue C M Y K H S L
Decimal 44 60 221 0.80 0.73 0 0.13 234.58 0.72 0.52
Hex 2C 3C DD 50 49 0 D EB 48 34
Octal 54 74 335 120 111 0 15 353 110 64
Binary 101100 111100 11011101 1010000 1001001 0 1101 11101011 1001000 110100

Color Harmonies of #2C3CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3CDD

Black with #2C3CDD

Text Example


Text Example

White with #2C3CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,60,221); }

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

background-color css

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

 a { background-color: rgb(44,60,221); }

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

border-color css

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

 span { border-color: rgb(44,60,221); }

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