Html Css Color HEX #38284C Jagger

📋 copy color: '#38284C'

red 56 ◦ green 40 ◦ blue 76

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

Shades of Jagger #38284C

Tints of Jagger #38284C

RGB

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

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

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

R = 32.56%
G = 23.26%
B = 44.19%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38284C (or 0x38284C) is known color: Jagger. HEX triplet: 38, 28 and 4C. RGB value is (56,40,76). Sum of RGB (Red+Green+Blue) = 56+40+76=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #38284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38284C is #C7D7B3. Grayscale: #303030. Windows color (decimal): -13096884 or 4991032. OLE color: 4991032.

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

Color convert

RGB 56 40 76 -
CMYK 0.26 0.47 0 0.70
HSL 266.67º 0.31% 0.23% -
HSV(B) 266.67º 0.47% 0.3% -
XYZ 3.69 2.88 7.2 -
YUV 48.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 56 40 76 0.26 0.47 0 0.70 266.67 0.31 0.23
Hex 38 28 4C 1A 2F 0 46 10B 1F 17
Octal 70 50 114 32 57 0 106 413 37 27
Binary 111000 101000 1001100 11010 101111 0 1000110 100001011 11111 10111

Color Harmonies of #38284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38284C

Black with #38284C

Text Example


Text Example

White with #38284C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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