Html Css Color HEX #392CAB Blue Gem

📋 copy color: '#392CAB'

red 57 ◦ green 44 ◦ blue 171

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

Shades of Blue Gem #392CAB

Tints of Blue Gem #392CAB

RGB

 RED value IS 57 (22.66% from 255) = 20.96%

 GREEN value IS 44 (17.58% from 255) = 16.18%

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

R = 20.96%
G = 16.18%
B = 62.87%

CMYK

 C value IS 0.67

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#392CAB (or 0x392CAB) is known color: Blue Gem. HEX triplet: 39, 2C and AB. RGB value is (57,44,171). Sum of RGB (Red+Green+Blue) = 57+44+171=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #392CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392CAB is #C6D354. Grayscale: #3D3D3D. Windows color (decimal): -13030229 or 11217977. OLE color: 11217977.

HSL color Cylindrical-coordinate representation of color #392CAB: hue angle of 246.14º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #392CAB is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 44 171 -
CMYK 0.67 0.74 0 0.33
HSL 246.14º 0.59% 0.42% -
HSV(B) 246.14º 0.74% 0.67% -
XYZ 9.94 5.61 39.09 -
YUV 62.37 189.31 124.17 -
System Red Green Blue C M Y K H S L
Decimal 57 44 171 0.67 0.74 0 0.33 246.14 0.59 0.42
Hex 39 2C AB 43 4A 0 21 F6 3B 2A
Octal 71 54 253 103 112 0 41 366 73 52
Binary 111001 101100 10101011 1000011 1001010 0 100001 11110110 111011 101010

Color Harmonies of #392CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392CAB

Black with #392CAB

Text Example


Text Example

White with #392CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392CAB; }

 p { color: rgb(57,44,171); }

 H1.HeaderClassName
 {
   color: #392CAB;
 }
 .AnyTagClassName
 {
   color: #392CAB;
 }
</style>

background-color css

<style>
 a { background-color: #392CAB; }

 a { background-color: rgb(57,44,171); }

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

border-color css

<style>
 span { border-color: #392CAB; }

 span { border-color: rgb(57,44,171); }

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