Html Css Color HEX #44355C Jacarta

📋 copy color: '#44355C'

red 68 ◦ green 53 ◦ blue 92

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

Shades of Jacarta #44355C

Tints of Jacarta #44355C

RGB

 RED value IS 68 (26.95% from 255) = 31.92%

 GREEN value IS 53 (21.09% from 255) = 24.88%

 BLUE value IS 92 (36.33% from 255) = 43.19%

R = 31.92%
G = 24.88%
B = 43.19%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44355C (or 0x44355C) is known color: Jacarta. HEX triplet: 44, 35 and 5C. RGB value is (68,53,92). Sum of RGB (Red+Green+Blue) = 68+53+92=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #44355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44355C is #BBCAA3. Grayscale: #3D3D3D. Windows color (decimal): -12307108 or 6042948. OLE color: 6042948.

HSL color Cylindrical-coordinate representation of color #44355C: hue angle of 263.08º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #44355C is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 53 92 -
CMYK 0.26 0.42 0 0.64
HSL 263.08º 0.27% 0.28% -
HSV(B) 263.08º 0.42% 0.36% -
XYZ 5.59 4.55 10.71 -
YUV 61.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 68 53 92 0.26 0.42 0 0.64 263.08 0.27 0.28
Hex 44 35 5C 1A 2A 0 40 107 1B 1C
Octal 104 65 134 32 52 0 100 407 33 34
Binary 1000100 110101 1011100 11010 101010 0 1000000 100000111 11011 11100

Color Harmonies of #44355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44355C

Black with #44355C

Text Example


Text Example

White with #44355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,53,92); }

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

background-color css

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

 a { background-color: rgb(68,53,92); }

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

border-color css

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

 span { border-color: rgb(68,53,92); }

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