Html Css Color HEX #1C3ECE Persian Blue

📋 copy color: '#1C3ECE'

red 28 ◦ green 62 ◦ blue 206

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

Shades of Persian Blue #1C3ECE

Tints of Persian Blue #1C3ECE

RGB

 RED value IS 28 (11.33% from 255) = 9.46%

 GREEN value IS 62 (24.61% from 255) = 20.95%

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

R = 9.46%
G = 20.95%
B = 69.59%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C3ECE (or 0x1C3ECE) is known color: Persian Blue. HEX triplet: 1C, 3E and CE. RGB value is (28,62,206). Sum of RGB (Red+Green+Blue) = 28+62+206=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C3ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3ECE is #E3C131. Grayscale: #434343. Windows color (decimal): -14926130 or 13516316. OLE color: 13516316.

HSL color Cylindrical-coordinate representation of color #1C3ECE: hue angle of 228.54º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C3ECE is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 62 206 -
CMYK 0.86 0.70 0 0.19
HSL 228.54º 0.76% 0.46% -
HSV(B) 228.54º 0.86% 0.81% -
XYZ 13.34 8.15 59.26 -
YUV 68.25 205.74 99.29 -
System Red Green Blue C M Y K H S L
Decimal 28 62 206 0.86 0.70 0 0.19 228.54 0.76 0.46
Hex 1C 3E CE 56 46 0 13 E5 4C 2E
Octal 34 76 316 126 106 0 23 345 114 56
Binary 11100 111110 11001110 1010110 1000110 0 10011 11100101 1001100 101110

Color Harmonies of #1C3ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3ECE

Black with #1C3ECE

Text Example


Text Example

White with #1C3ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C3ECE; }

 p { color: rgb(28,62,206); }

 H1.HeaderClassName
 {
   color: #1C3ECE;
 }
 .AnyTagClassName
 {
   color: #1C3ECE;
 }
</style>

background-color css

<style>
 a { background-color: #1C3ECE; }

 a { background-color: rgb(28,62,206); }

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

border-color css

<style>
 span { border-color: #1C3ECE; }

 span { border-color: rgb(28,62,206); }

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