Html Css Color HEX #38204C Jagger

📋 copy color: '#38204C'

red 56 ◦ green 32 ◦ blue 76

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

Shades of Jagger #38204C

Tints of Jagger #38204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.34%

R = 34.15%
G = 19.51%
B = 46.34%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38204C (or 0x38204C) is known color: Jagger. HEX triplet: 38, 20 and 4C. RGB value is (56,32,76). Sum of RGB (Red+Green+Blue) = 56+32+76=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #38204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38204C is #C7DFB3. Grayscale: #2C2C2C. Windows color (decimal): -13098932 or 4988984. OLE color: 4988984.

HSL color Cylindrical-coordinate representation of color #38204C: hue angle of 272.73º 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 #38204C is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 32 76 -
CMYK 0.26 0.58 0 0.70
HSL 272.73º 0.41% 0.21% -
HSV(B) 272.73º 0.58% 0.3% -
XYZ 3.45 2.4 7.12 -
YUV 44.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 56 32 76 0.26 0.58 0 0.70 272.73 0.41 0.21
Hex 38 20 4C 1A 3A 0 46 111 29 15
Octal 70 40 114 32 72 0 106 421 51 25
Binary 111000 100000 1001100 11010 111010 0 1000110 100010001 101001 10101

Color Harmonies of #38204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38204C

Black with #38204C

Text Example


Text Example

White with #38204C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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