Html Css Color HEX #38224C Jagger

📋 copy color: '#38224C'

red 56 ◦ green 34 ◦ blue 76

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

Shades of Jagger #38224C

Tints of Jagger #38224C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.48%

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

R = 33.73%
G = 20.48%
B = 45.78%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38224C (or 0x38224C) is known color: Jagger. HEX triplet: 38, 22 and 4C. RGB value is (56,34,76). Sum of RGB (Red+Green+Blue) = 56+34+76=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #38224C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38224C is #C7DDB3. Grayscale: #2D2D2D. Windows color (decimal): -13098420 or 4989496. OLE color: 4989496.

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

Color convert

RGB 56 34 76 -
CMYK 0.26 0.55 0 0.70
HSL 271.43º 0.38% 0.22% -
HSV(B) 271.43º 0.55% 0.3% -
XYZ 3.51 2.51 7.14 -
YUV 45.37 145.29 135.58 -
System Red Green Blue C M Y K H S L
Decimal 56 34 76 0.26 0.55 0 0.70 271.43 0.38 0.22
Hex 38 22 4C 1A 37 0 46 10F 26 16
Octal 70 42 114 32 67 0 106 417 46 26
Binary 111000 100010 1001100 11010 110111 0 1000110 100001111 100110 10110

Color Harmonies of #38224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38224C

Black with #38224C

Text Example


Text Example

White with #38224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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