Html Css Color HEX #383459 Jacarta

📋 copy color: '#383459'

red 56 ◦ green 52 ◦ blue 89

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

Shades of Jacarta #383459

Tints of Jacarta #383459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 45.18%

R = 28.43%
G = 26.4%
B = 45.18%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#383459 (or 0x383459) is known color: Jacarta. HEX triplet: 38, 34 and 59. RGB value is (56,52,89). Sum of RGB (Red+Green+Blue) = 56+52+89=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #383459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383459 is #C7CBA6. Grayscale: #393939. Windows color (decimal): -13093799 or 5846072. OLE color: 5846072.

HSL color Cylindrical-coordinate representation of color #383459: hue angle of 246.49º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #383459 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 52 89 -
CMYK 0.37 0.42 0 0.65
HSL 246.49º 0.26% 0.28% -
HSV(B) 246.49º 0.42% 0.35% -
XYZ 4.66 4.02 9.98 -
YUV 57.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 56 52 89 0.37 0.42 0 0.65 246.49 0.26 0.28
Hex 38 34 59 25 2A 0 41 F6 1A 1C
Octal 70 64 131 45 52 0 101 366 32 34
Binary 111000 110100 1011001 100101 101010 0 1000001 11110110 11010 11100

Color Harmonies of #383459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383459

Black with #383459

Text Example


Text Example

White with #383459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383459; }

 p { color: rgb(56,52,89); }

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

background-color css

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

 a { background-color: rgb(56,52,89); }

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

border-color css

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

 span { border-color: rgb(56,52,89); }

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