Html Css Color HEX #2C3CCE Persian Blue

📋 copy color: '#2C3CCE'

red 44 ◦ green 60 ◦ blue 206

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

Shades of Persian Blue #2C3CCE

Tints of Persian Blue #2C3CCE

RGB

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

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

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

R = 14.19%
G = 19.35%
B = 66.45%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2C3CCE (or 0x2C3CCE) is known color: Persian Blue. HEX triplet: 2C, 3C and CE. RGB value is (44,60,206). Sum of RGB (Red+Green+Blue) = 44+60+206=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #2C3CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C3CCE is #D3C331. Grayscale: #474747. Windows color (decimal): -13878066 or 13515820. OLE color: 13515820.

HSL color Cylindrical-coordinate representation of color #2C3CCE: hue angle of 234.07º 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 #2C3CCE is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 44 60 206 -
CMYK 0.79 0.71 0 0.19
HSL 234.07º 0.65% 0.49% -
HSV(B) 234.07º 0.79% 0.81% -
XYZ 13.8 8.22 59.25 -
YUV 71.86 203.7 108.13 -
System Red Green Blue C M Y K H S L
Decimal 44 60 206 0.79 0.71 0 0.19 234.07 0.65 0.49
Hex 2C 3C CE 4F 47 0 13 EA 41 31
Octal 54 74 316 117 107 0 23 352 101 61
Binary 101100 111100 11001110 1001111 1000111 0 10011 11101010 1000001 110001

Color Harmonies of #2C3CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3CCE

Black with #2C3CCE

Text Example


Text Example

White with #2C3CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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