Html Css Color HEX #392BAF Blue Gem

📋 copy color: '#392BAF'

red 57 ◦ green 43 ◦ blue 175

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

Shades of Blue Gem #392BAF

Tints of Blue Gem #392BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.64%

 BLUE value IS 175 (68.75% from 255) = 63.64%

R = 20.73%
G = 15.64%
B = 63.64%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#392BAF (or 0x392BAF) is known color: Blue Gem. HEX triplet: 39, 2B and AF. RGB value is (57,43,175). Sum of RGB (Red+Green+Blue) = 57+43+175=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #392BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392BAF is #C6D450. Grayscale: #3D3D3D. Windows color (decimal): -13030481 or 11479865. OLE color: 11479865.

HSL color Cylindrical-coordinate representation of color #392BAF: hue angle of 246.36º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #392BAF is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 57 43 175 -
CMYK 0.67 0.75 0 0.31
HSL 246.36º 0.61% 0.43% -
HSV(B) 246.36º 0.75% 0.69% -
XYZ 10.29 5.69 41.11 -
YUV 62.23 191.64 124.27 -
System Red Green Blue C M Y K H S L
Decimal 57 43 175 0.67 0.75 0 0.31 246.36 0.61 0.43
Hex 39 2B AF 43 4B 0 1F F6 3D 2B
Octal 71 53 257 103 113 0 37 366 75 53
Binary 111001 101011 10101111 1000011 1001011 0 11111 11110110 111101 101011

Color Harmonies of #392BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392BAF

Black with #392BAF

Text Example


Text Example

White with #392BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,43,175); }

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

background-color css

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

 a { background-color: rgb(57,43,175); }

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

border-color css

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

 span { border-color: rgb(57,43,175); }

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