Html Css Color HEX #382FA3 Blue Gem

📋 copy color: '#382FA3'

red 56 ◦ green 47 ◦ blue 163

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

Shades of Blue Gem #382FA3

Tints of Blue Gem #382FA3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.67%

 BLUE value IS 163 (64.06% from 255) = 61.28%

R = 21.05%
G = 17.67%
B = 61.28%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#382FA3 (or 0x382FA3) is known color: Blue Gem. HEX triplet: 38, 2F and A3. RGB value is (56,47,163). Sum of RGB (Red+Green+Blue) = 56+47+163=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 163 (64.06% from 255 or 61.28% from 266); Max value from RGB is 163 - color contains mainly: blue. Hex color #382FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382FA3 is #C7D05C. Grayscale: #3E3E3E. Windows color (decimal): -13095005 or 10694456. OLE color: 10694456.

HSL color Cylindrical-coordinate representation of color #382FA3: hue angle of 244.66º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #382FA3 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 47 163 -
CMYK 0.66 0.71 0 0.36
HSL 244.66º 0.55% 0.41% -
HSV(B) 244.66º 0.71% 0.64% -
XYZ 9.26 5.52 35.23 -
YUV 62.92 184.48 123.07 -
System Red Green Blue C M Y K H S L
Decimal 56 47 163 0.66 0.71 0 0.36 244.66 0.55 0.41
Hex 38 2F A3 42 47 0 24 F5 37 29
Octal 70 57 243 102 107 0 44 365 67 51
Binary 111000 101111 10100011 1000010 1000111 0 100100 11110101 110111 101001

Color Harmonies of #382FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382FA3

Black with #382FA3

Text Example


Text Example

White with #382FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382FA3; }

 p { color: rgb(56,47,163); }

 H1.HeaderClassName
 {
   color: #382FA3;
 }
 .AnyTagClassName
 {
   color: #382FA3;
 }
</style>

background-color css

<style>
 a { background-color: #382FA3; }

 a { background-color: rgb(56,47,163); }

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

border-color css

<style>
 span { border-color: #382FA3; }

 span { border-color: rgb(56,47,163); }

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