Html Css Color HEX #38204D Jagger

📋 copy color: '#38204D'

red 56 ◦ green 32 ◦ blue 77

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

Shades of Jagger #38204D

Tints of Jagger #38204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.39%

 BLUE value IS 77 (30.47% from 255) = 46.67%

R = 33.94%
G = 19.39%
B = 46.67%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38204D (or 0x38204D) is known color: Jagger. HEX triplet: 38, 20 and 4D. RGB value is (56,32,77). Sum of RGB (Red+Green+Blue) = 56+32+77=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #38204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38204D is #C7DFB2. Grayscale: #2C2C2C. Windows color (decimal): -13098931 or 5054520. OLE color: 5054520.

HSL color Cylindrical-coordinate representation of color #38204D: hue angle of 272º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38204D is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 32 77 -
CMYK 0.27 0.58 0 0.70
HSL 272º 0.41% 0.21% -
HSV(B) 272º 0.58% 0.3% -
XYZ 3.49 2.41 7.3 -
YUV 44.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 56 32 77 0.27 0.58 0 0.70 272 0.41 0.21
Hex 38 20 4D 1B 3A 0 46 110 29 15
Octal 70 40 115 33 72 0 106 420 51 25
Binary 111000 100000 1001101 11011 111010 0 1000110 100010000 101001 10101

Color Harmonies of #38204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38204D

Black with #38204D

Text Example


Text Example

White with #38204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38204D; }

 p { color: rgb(56,32,77); }

 H1.HeaderClassName
 {
   color: #38204D;
 }
 .AnyTagClassName
 {
   color: #38204D;
 }
</style>

background-color css

<style>
 a { background-color: #38204D; }

 a { background-color: rgb(56,32,77); }

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

border-color css

<style>
 span { border-color: #38204D; }

 span { border-color: rgb(56,32,77); }

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