Html Css Color HEX #381FAA Blue Gem

📋 copy color: '#381FAA'

red 56 ◦ green 31 ◦ blue 170

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

Shades of Blue Gem #381FAA

Tints of Blue Gem #381FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 66.15%

R = 21.79%
G = 12.06%
B = 66.15%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#381FAA (or 0x381FAA) is known color: Blue Gem. HEX triplet: 38, 1F and AA. RGB value is (56,31,170). Sum of RGB (Red+Green+Blue) = 56+31+170=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #381FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381FAA is #C7E055. Grayscale: #353535. Windows color (decimal): -13099094 or 11149112. OLE color: 11149112.

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

Color convert

RGB 56 31 170 -
CMYK 0.67 0.82 0 0.33
HSL 250.79º 0.69% 0.39% -
HSV(B) 250.79º 0.82% 0.67% -
XYZ 9.38 4.72 38.45 -
YUV 54.32 193.28 129.2 -
System Red Green Blue C M Y K H S L
Decimal 56 31 170 0.67 0.82 0 0.33 250.79 0.69 0.39
Hex 38 1F AA 43 52 0 21 FB 45 27
Octal 70 37 252 103 122 0 41 373 105 47
Binary 111000 11111 10101010 1000011 1010010 0 100001 11111011 1000101 100111

Color Harmonies of #381FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FAA

Black with #381FAA

Text Example


Text Example

White with #381FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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