Html Css Color HEX #1C3BCE Persian Blue

📋 copy color: '#1C3BCE'

red 28 ◦ green 59 ◦ blue 206

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

Shades of Persian Blue #1C3BCE

Tints of Persian Blue #1C3BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.14%

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

R = 9.56%
G = 20.14%
B = 70.31%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C3BCE (or 0x1C3BCE) is known color: Persian Blue. HEX triplet: 1C, 3B and CE. RGB value is (28,59,206). Sum of RGB (Red+Green+Blue) = 28+59+206=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C3BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3BCE is #E3C431. Grayscale: #414141. Windows color (decimal): -14926898 or 13515548. OLE color: 13515548.

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

Color convert

RGB 28 59 206 -
CMYK 0.86 0.71 0 0.19
HSL 229.55º 0.76% 0.46% -
HSV(B) 229.55º 0.86% 0.81% -
XYZ 13.18 7.83 59.21 -
YUV 66.49 206.73 100.55 -
System Red Green Blue C M Y K H S L
Decimal 28 59 206 0.86 0.71 0 0.19 229.55 0.76 0.46
Hex 1C 3B CE 56 47 0 13 E6 4C 2E
Octal 34 73 316 126 107 0 23 346 114 56
Binary 11100 111011 11001110 1010110 1000111 0 10011 11100110 1001100 101110

Color Harmonies of #1C3BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3BCE

Black with #1C3BCE

Text Example


Text Example

White with #1C3BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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