#383058

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

Shades of Jacarta #383058

Tints of Jacarta #383058

Color information

#383058 (or 0x383058) is unknown color: approx Jacarta. HEX triplet: 38, 30 and 58. RGB value is (56,48,88). Sum of RGB (Red+Green+Blue) = 56+48+88=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #383058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383058 is #C7CFA7. Grayscale: #363636. Windows color (decimal): -13094824 or 5779512. OLE color: 5779512.

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

Color convert

RGB564888-
CMYK0.360.4500.65
HSL252º29.41%26.67%-
HSV(B)252º45.45%34.51%-
XYZ4.453.669.7-
YUV54.95146.65128.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 88 (34.77% from 255) = 45.83%
R=29.17%
G=25%
B=45.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5648880.360.4500.6525229.4126.67
Hex383058242D041fc1d1b
Octal7060130445501013743533
Binary111000110000101100010010010110101000001111111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383058; }

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

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

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

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

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

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

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

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