Html Css Color HEX #38204B Jagger

📋 copy color: '#38204B'

red 56 ◦ green 32 ◦ blue 75

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

Shades of Jagger #38204B

Tints of Jagger #38204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 46.01%

R = 34.36%
G = 19.63%
B = 46.01%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38204B (or 0x38204B) is known color: Jagger. HEX triplet: 38, 20 and 4B. RGB value is (56,32,75). Sum of RGB (Red+Green+Blue) = 56+32+75=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #38204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38204B is #C7DFB4. Grayscale: #2B2B2B. Windows color (decimal): -13098933 or 4923448. OLE color: 4923448.

HSL color Cylindrical-coordinate representation of color #38204B: hue angle of 273.49º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38204B is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 32 75 -
CMYK 0.25 0.57 0 0.71
HSL 273.49º 0.4% 0.21% -
HSV(B) 273.49º 0.57% 0.29% -
XYZ 3.42 2.38 6.94 -
YUV 44.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 56 32 75 0.25 0.57 0 0.71 273.49 0.4 0.21
Hex 38 20 4B 19 39 0 47 111 28 15
Octal 70 40 113 31 71 0 107 421 50 25
Binary 111000 100000 1001011 11001 111001 0 1000111 100010001 101000 10101

Color Harmonies of #38204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38204B

Black with #38204B

Text Example


Text Example

White with #38204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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