Html Css Color HEX #381CAA Blue Gem

📋 copy color: '#381CAA'

red 56 ◦ green 28 ◦ blue 170

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

Shades of Blue Gem #381CAA

Tints of Blue Gem #381CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.02%

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

R = 22.05%
G = 11.02%
B = 66.93%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#381CAA (or 0x381CAA) is known color: Blue Gem. HEX triplet: 38, 1C and AA. RGB value is (56,28,170). Sum of RGB (Red+Green+Blue) = 56+28+170=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #381CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381CAA is #C7E355. Grayscale: #343434. Windows color (decimal): -13099862 or 11148344. OLE color: 11148344.

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

Color convert

RGB 56 28 170 -
CMYK 0.67 0.84 0 0.33
HSL 251.83º 0.72% 0.39% -
HSV(B) 251.83º 0.84% 0.67% -
XYZ 9.3 4.57 38.42 -
YUV 52.56 194.28 130.45 -
System Red Green Blue C M Y K H S L
Decimal 56 28 170 0.67 0.84 0 0.33 251.83 0.72 0.39
Hex 38 1C AA 43 54 0 21 FC 48 27
Octal 70 34 252 103 124 0 41 374 110 47
Binary 111000 11100 10101010 1000011 1010100 0 100001 11111100 1001000 100111

Color Harmonies of #381CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CAA

Black with #381CAA

Text Example


Text Example

White with #381CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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