Html Css Color HEX #38274D Jagger

📋 copy color: '#38274D'

red 56 ◦ green 39 ◦ blue 77

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

Shades of Jagger #38274D

Tints of Jagger #38274D

RGB

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

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

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

R = 32.56%
G = 22.67%
B = 44.77%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38274D (or 0x38274D) is known color: Jagger. HEX triplet: 38, 27 and 4D. RGB value is (56,39,77). Sum of RGB (Red+Green+Blue) = 56+39+77=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #38274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38274D is #C7D8B2. Grayscale: #303030. Windows color (decimal): -13097139 or 5056312. OLE color: 5056312.

HSL color Cylindrical-coordinate representation of color #38274D: hue angle of 266.84º degrees, saturation: 0.33, 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 #38274D is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 39 77 -
CMYK 0.27 0.49 0 0.70
HSL 266.84º 0.33% 0.23% -
HSV(B) 266.84º 0.49% 0.3% -
XYZ 3.7 2.83 7.37 -
YUV 48.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 56 39 77 0.27 0.49 0 0.70 266.84 0.33 0.23
Hex 38 27 4D 1B 31 0 46 10B 21 17
Octal 70 47 115 33 61 0 106 413 41 27
Binary 111000 100111 1001101 11011 110001 0 1000110 100001011 100001 10111

Color Harmonies of #38274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38274D

Black with #38274D

Text Example


Text Example

White with #38274D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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