Html Css Color HEX #1E3ECC Persian Blue

📋 copy color: '#1E3ECC'

red 30 ◦ green 62 ◦ blue 204

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

Shades of Persian Blue #1E3ECC

Tints of Persian Blue #1E3ECC

RGB

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

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

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

R = 10.14%
G = 20.95%
B = 68.92%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1E3ECC (or 0x1E3ECC) is known color: Persian Blue. HEX triplet: 1E, 3E and CC. RGB value is (30,62,204). Sum of RGB (Red+Green+Blue) = 30+62+204=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E3ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3ECC is #E1C133. Grayscale: #444444. Windows color (decimal): -14795060 or 13385246. OLE color: 13385246.

HSL color Cylindrical-coordinate representation of color #1E3ECC: hue angle of 228.97º 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 #1E3ECC is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 30 62 204 -
CMYK 0.85 0.70 0 0.2
HSL 228.97º 0.74% 0.46% -
HSV(B) 228.97º 0.85% 0.8% -
XYZ 13.16 8.08 57.99 -
YUV 68.62 204.4 100.45 -
System Red Green Blue C M Y K H S L
Decimal 30 62 204 0.85 0.70 0 0.2 228.97 0.74 0.46
Hex 1E 3E CC 55 46 0 14 E5 4A 2E
Octal 36 76 314 125 106 0 24 345 112 56
Binary 11110 111110 11001100 1010101 1000110 0 10100 11100101 1001010 101110

Color Harmonies of #1E3ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3ECC

Black with #1E3ECC

Text Example


Text Example

White with #1E3ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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