Html Css Color HEX #1E3BCC Persian Blue

📋 copy color: '#1E3BCC'

red 30 ◦ green 59 ◦ blue 204

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

Shades of Persian Blue #1E3BCC

Tints of Persian Blue #1E3BCC

RGB

 RED value IS 30 (12.11% from 255) = 10.24%

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

 BLUE value IS 204 (80.08% from 255) = 69.62%

R = 10.24%
G = 20.14%
B = 69.62%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1E3BCC (or 0x1E3BCC) is known color: Persian Blue. HEX triplet: 1E, 3B and CC. RGB value is (30,59,204). Sum of RGB (Red+Green+Blue) = 30+59+204=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E3BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3BCC is #E1C433. Grayscale: #424242. Windows color (decimal): -14795828 or 13384478. OLE color: 13384478.

HSL color Cylindrical-coordinate representation of color #1E3BCC: hue angle of 230º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E3BCC is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 30 59 204 -
CMYK 0.85 0.71 0 0.2
HSL 230º 0.74% 0.46% -
HSV(B) 230º 0.85% 0.8% -
XYZ 13 7.76 57.94 -
YUV 66.86 205.39 101.71 -
System Red Green Blue C M Y K H S L
Decimal 30 59 204 0.85 0.71 0 0.2 230 0.74 0.46
Hex 1E 3B CC 55 47 0 14 E6 4A 2E
Octal 36 73 314 125 107 0 24 346 112 56
Binary 11110 111011 11001100 1010101 1000111 0 10100 11100110 1001010 101110

Color Harmonies of #1E3BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3BCC

Black with #1E3BCC

Text Example


Text Example

White with #1E3BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,59,204); }

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

background-color css

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

 a { background-color: rgb(30,59,204); }

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

border-color css

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

 span { border-color: rgb(30,59,204); }

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