Html Css Color HEX #1C3BAE Persian Blue

📋 copy color: '#1C3BAE'

red 28 ◦ green 59 ◦ blue 174

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

Shades of Persian Blue #1C3BAE

Tints of Persian Blue #1C3BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 66.67%

R = 10.73%
G = 22.61%
B = 66.67%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C3BAE (or 0x1C3BAE) is known color: Persian Blue. HEX triplet: 1C, 3B and AE. RGB value is (28,59,174). Sum of RGB (Red+Green+Blue) = 28+59+174=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C3BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3BAE is #E3C451. Grayscale: #3E3E3E. Windows color (decimal): -14926930 or 11418396. OLE color: 11418396.

HSL color Cylindrical-coordinate representation of color #1C3BAE: hue angle of 227.26º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C3BAE is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 59 174 -
CMYK 0.84 0.66 0 0.32
HSL 227.26º 0.72% 0.4% -
HSV(B) 227.26º 0.84% 0.68% -
XYZ 9.68 6.43 40.78 -
YUV 62.84 190.73 103.15 -
System Red Green Blue C M Y K H S L
Decimal 28 59 174 0.84 0.66 0 0.32 227.26 0.72 0.4
Hex 1C 3B AE 54 42 0 20 E3 48 28
Octal 34 73 256 124 102 0 40 343 110 50
Binary 11100 111011 10101110 1010100 1000010 0 100000 11100011 1001000 101000

Color Harmonies of #1C3BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3BAE

Black with #1C3BAE

Text Example


Text Example

White with #1C3BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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