Html Css Color HEX #38274C Jagger

📋 copy color: '#38274C'

red 56 ◦ green 39 ◦ blue 76

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

Shades of Jagger #38274C

Tints of Jagger #38274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.81%

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

R = 32.75%
G = 22.81%
B = 44.44%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38274C (or 0x38274C) is known color: Jagger. HEX triplet: 38, 27 and 4C. RGB value is (56,39,76). Sum of RGB (Red+Green+Blue) = 56+39+76=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #38274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38274C is #C7D8B3. Grayscale: #303030. Windows color (decimal): -13097140 or 4990776. OLE color: 4990776.

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

Color convert

RGB 56 39 76 -
CMYK 0.26 0.49 0 0.70
HSL 267.57º 0.32% 0.23% -
HSV(B) 267.57º 0.49% 0.3% -
XYZ 3.66 2.81 7.19 -
YUV 48.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 56 39 76 0.26 0.49 0 0.70 267.57 0.32 0.23
Hex 38 27 4C 1A 31 0 46 10C 20 17
Octal 70 47 114 32 61 0 106 414 40 27
Binary 111000 100111 1001100 11010 110001 0 1000110 100001100 100000 10111

Color Harmonies of #38274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38274C

Black with #38274C

Text Example


Text Example

White with #38274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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