Html Css Color HEX #381DAB Blue Gem

📋 copy color: '#381DAB'

red 56 ◦ green 29 ◦ blue 171

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

Shades of Blue Gem #381DAB

Tints of Blue Gem #381DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

 BLUE value IS 171 (67.19% from 255) = 66.8%

R = 21.88%
G = 11.33%
B = 66.8%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#381DAB (or 0x381DAB) is known color: Blue Gem. HEX triplet: 38, 1D and AB. RGB value is (56,29,171). Sum of RGB (Red+Green+Blue) = 56+29+171=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #381DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381DAB is #C7E254. Grayscale: #343434. Windows color (decimal): -13099605 or 11214136. OLE color: 11214136.

HSL color Cylindrical-coordinate representation of color #381DAB: hue angle of 251.41º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #381DAB is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 29 171 -
CMYK 0.67 0.83 0 0.33
HSL 251.41º 0.71% 0.39% -
HSV(B) 251.41º 0.83% 0.67% -
XYZ 9.42 4.66 38.93 -
YUV 53.26 194.45 129.95 -
System Red Green Blue C M Y K H S L
Decimal 56 29 171 0.67 0.83 0 0.33 251.41 0.71 0.39
Hex 38 1D AB 43 53 0 21 FB 47 27
Octal 70 35 253 103 123 0 41 373 107 47
Binary 111000 11101 10101011 1000011 1010011 0 100001 11111011 1000111 100111

Color Harmonies of #381DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381DAB

Black with #381DAB

Text Example


Text Example

White with #381DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,29,171); }

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

background-color css

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

 a { background-color: rgb(56,29,171); }

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

border-color css

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

 span { border-color: rgb(56,29,171); }

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