#383458

Color #383458 Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #383458

Tints of Jacarta #383458

Color information

#383458 (or 0x383458) is unknown color: approx Jacarta. HEX triplet: 38, 34 and 58. RGB value is (56,52,88). Sum of RGB (Red+Green+Blue) = 56+52+88=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #383458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383458 is #C7CBA7. Grayscale: #393939. Windows color (decimal): -13093800 or 5780536. OLE color: 5780536.

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

Color convert

RGB565288-
CMYK0.360.4100.65
HSL246.67º25.71%27.45%-
HSV(B)246.67º40.91%34.51%-
XYZ4.6249.76-
YUV57.3145.33127.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 88 (34.77% from 255) = 44.90%
R=28.57%
G=26.53%
B=44.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5652880.360.4100.65246.6725.7127.45
Hex3834582429041f71a1b
Octal7064130445101013673233
Binary111000110100101100010010010100101000001111101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383458; }

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

 H1.HeaderClassName
 {
   color: #383458;
 }
 .AnyTagClassName
 {
   color: #383458;
 }
</style>
background-color css

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

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

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

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

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

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