Html Css Color HEX #44345F Jacarta

📋 copy color: '#44345F'

red 68 ◦ green 52 ◦ blue 95

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

Shades of Jacarta #44345F

Tints of Jacarta #44345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.19%

 BLUE value IS 95 (37.5% from 255) = 44.19%

R = 31.63%
G = 24.19%
B = 44.19%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#44345F (or 0x44345F) is known color: Jacarta. HEX triplet: 44, 34 and 5F. RGB value is (68,52,95). Sum of RGB (Red+Green+Blue) = 68+52+95=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 95 - color contains mainly: blue. Hex color #44345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44345F is #BBCBA0. Grayscale: #3D3D3D. Windows color (decimal): -12307361 or 6239300. OLE color: 6239300.

HSL color Cylindrical-coordinate representation of color #44345F: hue angle of 262.33º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44345F is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 52 95 -
CMYK 0.28 0.45 0 0.63
HSL 262.33º 0.29% 0.29% -
HSV(B) 262.33º 0.45% 0.37% -
XYZ 5.68 4.51 11.4 -
YUV 61.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 68 52 95 0.28 0.45 0 0.63 262.33 0.29 0.29
Hex 44 34 5F 1C 2D 0 3F 106 1D 1D
Octal 104 64 137 34 55 0 77 406 35 35
Binary 1000100 110100 1011111 11100 101101 0 111111 100000110 11101 11101

Color Harmonies of #44345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44345F

Black with #44345F

Text Example


Text Example

White with #44345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44345F; }

 p { color: rgb(68,52,95); }

 H1.HeaderClassName
 {
   color: #44345F;
 }
 .AnyTagClassName
 {
   color: #44345F;
 }
</style>

background-color css

<style>
 a { background-color: #44345F; }

 a { background-color: rgb(68,52,95); }

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

border-color css

<style>
 span { border-color: #44345F; }

 span { border-color: rgb(68,52,95); }

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