#383260

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

Shades of Jacarta #383260

Tints of Jacarta #383260

Color information

#383260 (or 0x383260) is unknown color: approx Jacarta. HEX triplet: 38, 32 and 60. RGB value is (56,50,96). Sum of RGB (Red+Green+Blue) = 56+50+96=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #383260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383260 is #C7CD9F. Grayscale: #383838. Windows color (decimal): -13094304 or 6304312. OLE color: 6304312.

HSL color Cylindrical-coordinate representation of color #383260: hue angle of 247.83º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #383260 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB565096-
CMYK0.420.4800.62
HSL247.83º31.51%28.63%-
HSV(B)247.83º47.92%37.65%-
XYZ4.883.9711.57-
YUV57.04149.99127.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.72%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=27.72%
G=24.75%
B=47.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5650960.420.4800.62247.8331.5128.63
Hex3832602A3003Ef8201d
Octal706214052600763704035
Binary111000110010110000010101011000001111101111100010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383260; }

 p { color: rgb(56,50,96); }

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

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

 a { background-color: rgb(56,50,96); }

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

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

 span { border-color: rgb(56,50,96); }

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