Html Css Color HEX #38284D Jagger

📋 copy color: '#38284D'

red 56 ◦ green 40 ◦ blue 77

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

Shades of Jagger #38284D

Tints of Jagger #38284D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.12%

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

R = 32.37%
G = 23.12%
B = 44.51%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38284D (or 0x38284D) is known color: Jagger. HEX triplet: 38, 28 and 4D. RGB value is (56,40,77). Sum of RGB (Red+Green+Blue) = 56+40+77=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #38284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38284D is #C7D7B2. Grayscale: #303030. Windows color (decimal): -13096883 or 5056568. OLE color: 5056568.

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

Color convert

RGB 56 40 77 -
CMYK 0.27 0.48 0 0.70
HSL 265.95º 0.32% 0.23% -
HSV(B) 265.95º 0.48% 0.3% -
XYZ 3.73 2.89 7.38 -
YUV 49 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 56 40 77 0.27 0.48 0 0.70 265.95 0.32 0.23
Hex 38 28 4D 1B 30 0 46 10A 20 17
Octal 70 50 115 33 60 0 106 412 40 27
Binary 111000 101000 1001101 11011 110000 0 1000110 100001010 100000 10111

Color Harmonies of #38284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38284D

Black with #38284D

Text Example


Text Example

White with #38284D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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