Html Css Color HEX #381E9F Blue Gem

📋 copy color: '#381E9F'

red 56 ◦ green 30 ◦ blue 159

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

Shades of Blue Gem #381E9F

Tints of Blue Gem #381E9F

RGB

 RED value IS 56 (22.27% from 255) = 22.86%

 GREEN value IS 30 (12.11% from 255) = 12.24%

 BLUE value IS 159 (62.5% from 255) = 64.9%

R = 22.86%
G = 12.24%
B = 64.9%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#381E9F (or 0x381E9F) is known color: Blue Gem. HEX triplet: 38, 1E and 9F. RGB value is (56,30,159). Sum of RGB (Red+Green+Blue) = 56+30+159=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #381E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381E9F is #C7E160. Grayscale: #333333. Windows color (decimal): -13099361 or 10427960. OLE color: 10427960.

HSL color Cylindrical-coordinate representation of color #381E9F: hue angle of 252.09º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381E9F is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 30 159 -
CMYK 0.65 0.81 0 0.38
HSL 252.09º 0.68% 0.37% -
HSV(B) 252.09º 0.81% 0.62% -
XYZ 8.35 4.27 33.19 -
YUV 52.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 56 30 159 0.65 0.81 0 0.38 252.09 0.68 0.37
Hex 38 1E 9F 41 51 0 26 FC 44 25
Octal 70 36 237 101 121 0 46 374 104 45
Binary 111000 11110 10011111 1000001 1010001 0 100110 11111100 1000100 100101

Color Harmonies of #381E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E9F

Black with #381E9F

Text Example


Text Example

White with #381E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381E9F; }

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

 H1.HeaderClassName
 {
   color: #381E9F;
 }
 .AnyTagClassName
 {
   color: #381E9F;
 }
</style>

background-color css

<style>
 a { background-color: #381E9F; }

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

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

border-color css

<style>
 span { border-color: #381E9F; }

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

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