Html Css Color HEX #1E38C3 Persian Blue

📋 copy color: '#1E38C3'

red 30 ◦ green 56 ◦ blue 195

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

Shades of Persian Blue #1E38C3

Tints of Persian Blue #1E38C3

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.93%

 BLUE value IS 195 (76.56% from 255) = 69.4%

R = 10.68%
G = 19.93%
B = 69.4%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1E38C3 (or 0x1E38C3) is known color: Persian Blue. HEX triplet: 1E, 38 and C3. RGB value is (30,56,195). Sum of RGB (Red+Green+Blue) = 30+56+195=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 195 (76.56% from 255 or 69.40% from 281); Max value from RGB is 195 - color contains mainly: blue. Hex color #1E38C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E38C3 is #E1C73C. Grayscale: #3F3F3F. Windows color (decimal): -14796605 or 12793886. OLE color: 12793886.

HSL color Cylindrical-coordinate representation of color #1E38C3: hue angle of 230.55º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E38C3 is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 56 195 -
CMYK 0.85 0.71 0 0.24
HSL 230.55º 0.73% 0.44% -
HSV(B) 230.55º 0.85% 0.76% -
XYZ 11.8 7.04 52.37 -
YUV 64.07 201.89 103.7 -
System Red Green Blue C M Y K H S L
Decimal 30 56 195 0.85 0.71 0 0.24 230.55 0.73 0.44
Hex 1E 38 C3 55 47 0 18 E7 49 2C
Octal 36 70 303 125 107 0 30 347 111 54
Binary 11110 111000 11000011 1010101 1000111 0 11000 11100111 1001001 101100

Color Harmonies of #1E38C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E38C3

Black with #1E38C3

Text Example


Text Example

White with #1E38C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,56,195); }

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

background-color css

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

 a { background-color: rgb(30,56,195); }

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

border-color css

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

 span { border-color: rgb(30,56,195); }

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