Html Css Color HEX #381F9B Blue Gem

📋 copy color: '#381F9B'

red 56 ◦ green 31 ◦ blue 155

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

Shades of Blue Gem #381F9B

Tints of Blue Gem #381F9B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.81%

 BLUE value IS 155 (60.94% from 255) = 64.05%

R = 23.14%
G = 12.81%
B = 64.05%

CMYK

 C value IS 0.64

 M value IS 0.8

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#381F9B (or 0x381F9B) is known color: Blue Gem. HEX triplet: 38, 1F and 9B. RGB value is (56,31,155). Sum of RGB (Red+Green+Blue) = 56+31+155=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #381F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381F9B is #C7E064. Grayscale: #343434. Windows color (decimal): -13099109 or 10166072. OLE color: 10166072.

HSL color Cylindrical-coordinate representation of color #381F9B: hue angle of 252.1º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381F9B is Cyan = 0.64, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 31 155 -
CMYK 0.64 0.8 0 0.39
HSL 252.1º 0.67% 0.36% -
HSV(B) 252.1º 0.8% 0.61% -
XYZ 8.04 4.19 31.39 -
YUV 52.61 185.78 130.42 -
System Red Green Blue C M Y K H S L
Decimal 56 31 155 0.64 0.8 0 0.39 252.1 0.67 0.36
Hex 38 1F 9B 40 50 0 27 FC 43 24
Octal 70 37 233 100 120 0 47 374 103 44
Binary 111000 11111 10011011 1000000 1010000 0 100111 11111100 1000011 100100

Color Harmonies of #381F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F9B

Black with #381F9B

Text Example


Text Example

White with #381F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,31,155); }

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

background-color css

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

 a { background-color: rgb(56,31,155); }

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

border-color css

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

 span { border-color: rgb(56,31,155); }

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