Html Css Color HEX #38234C Jagger

📋 copy color: '#38234C'

red 56 ◦ green 35 ◦ blue 76

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

Shades of Jagger #38234C

Tints of Jagger #38234C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.96%

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

R = 33.53%
G = 20.96%
B = 45.51%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38234C (or 0x38234C) is known color: Jagger. HEX triplet: 38, 23 and 4C. RGB value is (56,35,76). Sum of RGB (Red+Green+Blue) = 56+35+76=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #38234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38234C is #C7DCB3. Grayscale: #2D2D2D. Windows color (decimal): -13098164 or 4989752. OLE color: 4989752.

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

Color convert

RGB 56 35 76 -
CMYK 0.26 0.54 0 0.70
HSL 270.73º 0.37% 0.22% -
HSV(B) 270.73º 0.54% 0.3% -
XYZ 3.54 2.56 7.15 -
YUV 45.95 144.96 135.17 -
System Red Green Blue C M Y K H S L
Decimal 56 35 76 0.26 0.54 0 0.70 270.73 0.37 0.22
Hex 38 23 4C 1A 36 0 46 10F 25 16
Octal 70 43 114 32 66 0 106 417 45 26
Binary 111000 100011 1001100 11010 110110 0 1000110 100001111 100101 10110

Color Harmonies of #38234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38234C

Black with #38234C

Text Example


Text Example

White with #38234C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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